Skip to content
Snippets Groups Projects
  1. Jun 05, 2012
    • Iustin Pop's avatar
      QA: add toggle for fewer common instance tests · b498540e
      Iustin Pop authored
      
      Currently, the "common" instance tests (shutdown, rapi stopped
      console, stopped modify, startup, rapi shutdown, rapi startup, list,
      info, modify, rapi modify , console, rapi console, reinstall, rename,
      rapi rename, rename and back, rapi rename and back, grow disk, reboot,
      tags, cluster verify, rapi test instance, node list, job list) are run
      4 times:
      
      - one time for plain instance created via RAPI, using client
      - one time for plain instance created via RAPI, without client
      - one time for plain instance created via gnt-instance
      - one time for DRBD instance created via gnt-instance
      
      This makes the QA long, and is over-doing it (for non-full QAs): an
      instance created via RAPI (either client) and via gnt-instance should
      have the same parameters, but our duplicate tests do not ensure that,
      just that instances behave OK.
      
      This patch adds a toggle so that we can skip the common tests for
      RAPI-created instances; the creation/deletion is still performed, but
      all the other operations are not. This reduces the time of a "quick"
      QA by ~20% (1h:15m → 1h).
      
      The common tests will still be run (unconditionally) for
      gnt-instance-created instances.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarRené Nussbaumer <rn@google.com>
      b498540e
  2. May 10, 2012
  3. Apr 26, 2012
  4. Apr 23, 2012
  5. Mar 30, 2012
  6. Jan 10, 2012
  7. Jan 05, 2012
  8. Nov 22, 2011
  9. Nov 04, 2011
  10. Jul 28, 2011
  11. Apr 21, 2011
  12. Apr 14, 2011
  13. Jan 28, 2011
  14. Dec 16, 2010
  15. Dec 10, 2010
  16. Dec 08, 2010
  17. Dec 01, 2010
  18. Nov 17, 2010
  19. Oct 28, 2010
  20. Oct 20, 2010
  21. Oct 05, 2010
  22. Aug 19, 2010
  23. Jul 29, 2010
  24. Jul 26, 2010
  25. Jul 12, 2010
  26. Jul 07, 2010
  27. Jul 05, 2010
  28. Jul 01, 2010
  29. Jun 18, 2010
  30. Jun 14, 2010
  31. Apr 12, 2010
  32. Mar 15, 2010
  33. Mar 12, 2010
  34. Feb 09, 2010
  35. Nov 02, 2009
  36. Aug 19, 2009
  37. Feb 16, 2009
    • Iustin Pop's avatar
      QA: add support for burnin rename · 4dc76b24
      Iustin Pop authored
      This patch adds support for optionally doing the rename burnin test, and
      adds an example to the sample QA file. To disable, either remove or
      specify an empty rename target.
      
      Reviewed-by: imsnah
      4dc76b24
  38. 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
  39. Jan 13, 2009
Loading