1. 21 Nov, 2019 1 commit
  2. 20 Nov, 2019 1 commit
    • Łukasz Nowak's avatar
      kvm/test: Improve sanity check · 6dd208cd
      Łukasz Nowak authored
      Calling makeModuleSetUpAndTestCaseClass results already with preparing some
      environment and also test classes will run the promises, so they would never
      execute test_kvm_sanity_check.
      
      So create a method sanityCheck to check the environment and depending of the
      result call or not makeModuleSetUpAndTestCaseClass and skipIf test cases
      when environment is not sane enough.
      6dd208cd
  3. 19 Nov, 2019 32 commits
  4. 14 Nov, 2019 5 commits
  5. 13 Nov, 2019 1 commit
    • Nicolas Wavrant's avatar
      slaprunner: parameterize the shared folder · 70a97144
      Nicolas Wavrant authored
      In test nodes we put the software_root folder out of the webrunner so we
      can keep it for the following tests. Except that the shared folder has
      been introduced by default recently, and it is still inside the webrunner.
      
      Thus, between 2 tests the webrunner is deleted, so the shared parts are too,
      but not the SR folder (which is marked as completed). Then in the successive tests
      the software release fails to build, or the insances fail to isntanciate.
      70a97144