1. 19 Apr, 2019 1 commit
  2. 24 Mar, 2019 1 commit
  3. 10 Sep, 2018 1 commit
  4. 23 Aug, 2018 1 commit
    • 98k's avatar
      import zuul job settings from project-config · d4bf58ea
      98k authored
      This is a mechanically generated patch to complete step 1 of moving
      the zuul job settings out of project-config and into each project
      repository.
      
      Because there will be a separate patch on each branch, the branch
      specifiers for branch-specific jobs have been removed.
      
      Because this patch is generated by a script, there may be some
      cosmetic changes to the layout of the YAML file(s) as the contents are
      normalized.
      
      See the python3-first goal document for details:
      https://governance.openstack.org/tc/goals/stein/python3-first.html
      
      Change-Id: I1f82130752e3412a57f8c4dedd3da78f33f911f3
      Story: #2002586
      Task: #24313
      d4bf58ea
  5. 20 Sep, 2017 1 commit
  6. 23 May, 2017 1 commit
    • Kirill Zaitsev's avatar
      Test ocata dashboard against ocata horizon · e38a100f
      Kirill Zaitsev authored
      This patch updates tox.ini to install corresponding horizon release for
      stable/ocata dashboard. This will help prevent test/gate breakage in
      future.
      
      Change-Id: Iadd834611d7a80aa35918644497b6121e787d635
      e38a100f
  7. 15 May, 2017 1 commit
  8. 09 Mar, 2017 1 commit
  9. 07 Mar, 2017 1 commit
  10. 03 Mar, 2017 1 commit
    • Felipe Monteiro's avatar
      Backport test_toggle_public_package ui test fix. · 7f221ae8
      Felipe Monteiro authored
      Backport from master.
      
      Currently, 2 tests:
        - test_toggle_public_package
        - test_toggle_public_multiple_packages
      both throw keystoneauth1.exceptions.connection.ConnectFailure
      errors during tearDown [0].
      
      Since these are the only two tests that dynamically create
      a project using keystoneclient and delete the projects
      in tearDown, this patch provides a workaround by removing
      the create_project function and removing the need to then
      clean up the project in tearDown.
      
      This is done by relying on the alternate project 'service'
      (already used in test_sharing_app_without_permission),
      instead of having to create a new project then deleting it.
      
      Also combines https://review.openstack.org/#/c/440219/
      to fix flake8 error.
      
      [0] https://review.openstack.org/#/c/436240/
      
      Change-Id: Id77e0cc59f33fdf394e2dc25a9fda0fd13c5b4fa
      (cherry picked from commit 9cede6d0)
      7f221ae8
  11. 14 Feb, 2017 3 commits
  12. 13 Feb, 2017 1 commit
  13. 12 Feb, 2017 1 commit
  14. 08 Feb, 2017 1 commit
  15. 07 Feb, 2017 1 commit
    • Felipe Monteiro's avatar
      Fixes Deployment History tab incorrectly formatting status. · 8a10c6a6
      Felipe Monteiro authored
      Currently, the Deployment History tab in the environment details
      page always adds a red underline underneath every status table
      cell, even for those in a non-error/non-warning status.
      The red underline should only appear for error/warning status.
      
      This patch ensures that only error/warning status has the
      red underline.
      
      Change-Id: I641cb7fbeb4bf2987c0a582a8da138e676aea7eb
      Closes-Bug: #1654896
      8a10c6a6
  16. 06 Feb, 2017 1 commit
  17. 03 Feb, 2017 1 commit
  18. 01 Feb, 2017 1 commit
  19. 30 Jan, 2017 1 commit
  20. 28 Jan, 2017 1 commit
  21. 27 Jan, 2017 1 commit
  22. 26 Jan, 2017 4 commits
  23. 25 Jan, 2017 1 commit
    • Felipe Monteiro's avatar
      Changes image creation/deletion in sanity_check to be atomic.. · 3bf38434
      Felipe Monteiro authored
      Right now, image creation/deletion is done at the class level in
      ImageTestCase. Also, in TestSuiteImage relies on self.repair_image
      to clean up the class-level image through the UI. This has
      several potential points of failure:
      
       - self.repair_image is not called via self.addCleanup:
         if the test fails before repair_image is called, the image
         is not restored.
       - self.repair_image is done via UI: this can obviously fail,
         because Selenium should never be used to reliably clean up
         a resource.
       - self.image.id is used in many different classes that inherit
         from ImageTestCase: this can result in failures in other
         test suites.
      
      This patch changes self.image to be test-level, created in
      setUp instead of setUpClass and deleted in tearDown instead
      of tearDownClass.
      
      This is an example of a log that shows multiple tests failing
      across different test suites because the class-level image
      (probably) was already deleted and thus not found:
      
      https://murano-ci.mirantis.com/logs/25/424525/1/check/gate-murano-dashboard-ubuntu/ca45725/
      
      Change-Id: I0c8628c7fdf182cc512c16faa30f1dd763b8f08e
      3bf38434
  24. 20 Jan, 2017 1 commit
  25. 19 Jan, 2017 4 commits
  26. 18 Jan, 2017 1 commit
  27. 17 Jan, 2017 4 commits
  28. 16 Jan, 2017 1 commit
  29. 13 Jan, 2017 1 commit