1. 09 Sep, 2016 28 commits
  2. 08 Sep, 2016 1 commit
  3. 07 Sep, 2016 1 commit
    • Pål Hermunn Johansen's avatar
      Use "none" to disable authentication · 564250ae
      Pål Hermunn Johansen authored
      This is an adaptation of b2c18706 by Federico G. Schwindt.
      
      Previously you needed an empty argument (''), which didn't play very
      well along sysv init scripts and was not documented. Now both "none"
      and the empty argument work, but an extra warning is echoed if the
      empty argument is used.
      
      The documentation only mentions "none" for disabling the secret, since
      this is the only way of doing it in the next version.
      
      Fixes #2007.
      564250ae
  4. 06 Sep, 2016 1 commit
  5. 05 Sep, 2016 3 commits
  6. 29 Aug, 2016 2 commits
    • Dridi Boukelmoune's avatar
      Iterate without an extra variable · 91d56ca0
      Dridi Boukelmoune authored
      91d56ca0
    • Dridi Boukelmoune's avatar
      A `cmd` feature for custom shell-based checks · bb867d8c
      Dridi Boukelmoune authored
      In addition to harcoded features in varnishtest, this opens a window for
      out-of-tree uses of the test framework to skip test cases if an external
      component (a database system, OS-specific capabilities, an environment
      variable, a library, etc) is missing.
      
      This feature takes an extra argument, a command-line that must exit with
      a zero status. Complex feature testing can nicely be wrapped in scripts
      at the user's discretion:
      
          feature cmd "my --command=line"
      
      If the test is skipped, it is logged as:
      
          **   top   0.0 === feature cmd "my --command=line"
          *    top   0.0 SKIPPING test, missing feature: my --command=line
      
      If the command-line is missing, it is logged as:
      
          **   top   0.0 === feature cmd
          ---- top   0.0 Missing the command line
      bb867d8c
  7. 13 Aug, 2016 1 commit
  8. 12 Aug, 2016 3 commits