Skip to content
Snippets Groups Projects
  1. Feb 05, 2009
    • Iustin Pop's avatar
      Revive RAPI QA tests for 2.0-style RAPI · a5b9d725
      Iustin Pop authored
      This patch fixes the RAPI QA tests to work with today's RAPI code and
      also does some other minor improvements:
        - QA: only create the cluster if so configured (‘create-cluster’ key),
          this allows running parts of the QA suite against existing clusters
        - export the “hvparams” for instances in RAPI
      
      Reviewed-by: imsnah
      a5b9d725
  2. Sep 05, 2008
    • Michael Hanselmann's avatar
      QA: Remove dry run mode · 26a61f87
      Michael Hanselmann authored
      It didn't work as planned because some commands depend on the return
      value or output of some operations.
      
      Reviewed-by: iustinp
      26a61f87
  3. Aug 18, 2008
  4. Aug 15, 2008
  5. Jul 15, 2008
  6. Jun 06, 2008
  7. May 13, 2008
  8. Apr 16, 2008
  9. Mar 27, 2008
  10. Mar 25, 2008
    • Iustin Pop's avatar
      Remove the option to create md/drbd7 instances · f9193417
      Iustin Pop authored
      This patch removes the options that allow to create local_raid1 or
      remote_raid1 instances. It also modifies the documentation and removes
      these disk templates from burnin and from qa.
      
      Reviewed-by: imsnah
      f9193417
  11. Feb 29, 2008
  12. Feb 14, 2008
  13. Jan 28, 2008
    • Iustin Pop's avatar
      Add QA tests for gnt-instance modify · c0f74c55
      Iustin Pop authored
      This patch adds QA tests for most of the possible parameters in the
      instance modify operation (exception being the MAC), and modifies the
      sample QA file to run this test.
      
      It also tests the no-modification test, but that is a weak one: we only
      test that the exit code is one, not that the command gave a proper
      response ("... please give at least one parameter") as opposed to a
      traceback.
      
      Reviewed-by: imsnah
      c0f74c55
  14. Dec 03, 2007
  15. Nov 19, 2007
  16. Nov 13, 2007
  17. Nov 08, 2007
  18. Nov 05, 2007
  19. Nov 02, 2007
  20. Nov 01, 2007
    • Michael Hanselmann's avatar
      Cleanup QA scripts. · b1ffe1eb
      Michael Hanselmann authored
      - Split main() function into several small ones.
      - Current work on disk failure tests. This is not yet finished.
      - Fix small typo in qa_node.py.
      
      Reviewed-by: schreiberal
      
      b1ffe1eb
  21. Oct 18, 2007
  22. Oct 15, 2007
  23. Oct 12, 2007
  24. Oct 10, 2007
  25. Sep 27, 2007
    • Michael Hanselmann's avatar
      Add more QA tests. · 283f9d4c
      Michael Hanselmann authored
      Added tests:
      - “gnt-cluster getmaster”
      - “gnt-cluster version”
      - “gnt-instance list”
      - “gnt-instance reinstall”
      
      Reviewed-by: schreiberal
      
      283f9d4c
  26. Sep 26, 2007
    • Michael Hanselmann's avatar
      Enhance QA. · 5d640672
      Michael Hanselmann authored
      - Test “gnt-backup export” and “gnt-backup import”.
      - Move “ResolveInstanceName” to qa_utils.py.
      - Fix tests for “ganeti-watcher”.
      - Make instance shutdown and startup configurable.
      
      Reviewed-by: schreiberal
      
      5d640672
  27. Sep 13, 2007
  28. Sep 12, 2007
  29. Aug 31, 2007
  30. Aug 30, 2007
  31. Aug 24, 2007
  32. Aug 14, 2007
    • Iustin Pop's avatar
      Style changes for pep-8 and python-3000 compliance. · 3ecf6786
      Iustin Pop authored
      This changes the raising of exceptions from:
        raise Exception, value
      to
        raise Exception(value)
      
      as the first form will be removed in python-3000 and the second form is
      preferred now.
      
      The changes also involve a few cases of changing from raising standard
      exceptions and use our own ones.
      
      The new version also fixes many pylint-generated warnings, especially in
      ganeti-noded where I changed many methods to @staticmethod.
      
      There is no functionality changed (barring any bugs).
      3ecf6786
  33. Jul 25, 2007
  34. Jul 23, 2007
  35. Jul 16, 2007
Loading