1. 29 Jul, 2019 1 commit
  2. 12 Jul, 2019 1 commit
    • Elod Illes's avatar
      Add local bindep.txt · 1f44b237
      Elod Illes authored
      As it was announced [1] global bindep-fallback.txt was removed and now
      projects need to have a local bindep.txt to be able to install binary
      dependencies for testing.
      
      In test jobs the script tools/test-setup.sh is called which requires
      mysql and postgres servers and clients to be installed.
      
      [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-June/007272.html
      
      Change-Id: I6b7afd3f6d0b45337f87e13352ab1095d51a23a3
      (cherry picked from commit 4655630a)
      (cherry picked from commit 29a07f76)
      (cherry picked from commit 26f5183f2533ef871ef19631b4a3e2b479ddab7d)
      (cherry picked from commit 987d2fb6)
      1f44b237
  3. 19 Apr, 2019 1 commit
  4. 09 Apr, 2019 1 commit
  5. 24 Mar, 2019 1 commit
  6. 24 Nov, 2018 1 commit
  7. 13 Oct, 2018 1 commit
  8. 03 Oct, 2018 2 commits
  9. 10 Sep, 2018 2 commits
    • Andreas Jaeger's avatar
      Import legacy jobs · d6ea68b1
      Andreas Jaeger authored
      Import legacy jobs from openstack-zuul-jobs and rename them
      according to Zuul v3 naming conventions.
      
      Change-Id: I56e23dd4352ee34ed2a129cc853cc33616559dca
      d6ea68b1
    • Thomas Morin's avatar
      tempest: unbreak scenario test · a62d8c64
      Thomas Morin authored
      The initialization of the self.subnets variable was missing.
      
      I don't know yet why this wasn't showing up before, possibly
      because the tempest test suite was not in CI before (?).
      
      Change-Id: Iecda85cbc08d2c2e9c4d41468654158d9e38d3d3
      a62d8c64
  10. 30 Aug, 2018 1 commit
    • Doug Hellmann's avatar
      import zuul job settings from project-config · 68c54338
      Doug Hellmann 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: Ibe0a67bf4ca0604c7513bb8792e310fb5b65a48e
      Story: #2002586
      Task: #24314
      68c54338
  11. 23 Aug, 2018 1 commit
    • Elod Illes's avatar
      Fix check, gate and periodic jobs · 9c349433
      Elod Illes authored
      
      
      This is a combination of 3 commits:
      
      1. Fix sphinx-docs job for stable branch
      
      build-openstack-sphinx-docs jobs fail on stable branches due to the new
      pip version 10 introduces some previously Warning as Error: in case of
      calling "pip install" without any package name, the command fails.
      tox_install.sh is called during docs job without any package passed to
      pip.
      
      Also some tests still needs networking-odl package to be installed, however
      it is removed from the required-projects of networking-bgpvpn, so they
      fails now. To fix this, the easiest solution is to add networking-odl
      to .zuul.yaml on stable/* branch as required project.
      
      2. Add networking-odl for periodic-stable jobs
      
      periodic-stable jobs fail: networking-odl is required for jobs on queens
      and older stable branches. From rocky, there is no tox_install.sh any
      more, so this is not needed there.
      
      3. Fix post gate hook to accommodate for new os-testr
      
      New os-testr uses stestr under the hood, which creates .stestr but not
      .testrepository directory in the current dir. Other than that, it
      doesn't seem like there is any difference in the format or names of
      files generated in the directory.
      
      (shamelessly stolen from I82d52bf0ad885bd36d2f0782a7c86ac61df532f2)
      Co-Authored-By: default avatarIhar Hrachyshka <ihrachys@redhat.com>
      
      This change also wraps up another fix (simultaneous voting test job
      breakage) related to a recent change in the neutron repository of
      the import statements for ml2 config.
      
      Closes-Bug: 1716746
      
      Change-Id: I93aea1800b6403482a7e15116610efeed02c28a1
      (cherry picked from commit ff84e5a1)
      (cherry picked from commit d0c1a6b5)
      (cherry picked from commit 8f576a2c)
      9c349433
  12. 23 Feb, 2018 1 commit
  13. 30 Jan, 2018 1 commit
    • Thomas Morin's avatar
      unbreak tempest tests · fe90ea22
      Thomas Morin authored
      The initialization of the self.networks variable was missing.
      
      I don't know yet why this wasn't showing up before, possibly
      because the tempest test suite was not in CI before (?).
      
      Change-Id: I3942724a2ce15aa825c956e521f3f4c0af9b8916
      fe90ea22
  14. 29 Jan, 2018 1 commit
    • James E. Blair's avatar
      Zuul: Remove project name · b25f6f95
      James E. Blair authored
      Zuul no longer requires the project-name for in-repo configuration.
      Omitting it makes forking or renaming projects easier.
      
      Change-Id: I60f8fa3a7e9a952e74ff5ae44cb2388d09e41de0
      b25f6f95
  15. 22 Nov, 2017 1 commit
  16. 20 Oct, 2017 1 commit
    • ghanshyam's avatar
      Shrink Tempest scenario manager copy · bf87af3b
      ghanshyam authored
      scenario manager in tempest plugin was copied from
      Tempest to avoid any plugin break.
      
      This copied version of scenario manager is using lot of
      Tempest interfaces. Many of them are not stable and might
      change which can break plugin.
      
      For example - https://review.openstack.org/#/c/503875/3
      
      This commit shrinks the scenario manager copy to keep
      only required methods.
      
      Change-Id: Iaa4d8e04fdd4f69e98d8a8afa9c4282f9e4d7109
      bf87af3b
  17. 18 Oct, 2017 1 commit
  18. 12 Aug, 2017 1 commit
  19. 11 Aug, 2017 4 commits
  20. 08 Aug, 2017 1 commit
  21. 07 Aug, 2017 2 commits
  22. 30 Jul, 2017 2 commits
    • Akihiro Motoki's avatar
      Add auto-generated config reference · 1105afa1
      Akihiro Motoki authored
      oslo.config provides sphinx extensions to generate config reference
      and sample config files. This commit enables the auto-generation of
      the networking config reference.
      
      Part of doc-migration work
      
      Change-Id: Ia6001f0d856fa1d06916fa7e474657f91a8011aa
      1105afa1
    • Akihiro Motoki's avatar
      Automatically generate configuration files · a4daecf2
      Akihiro Motoki authored
      Auto-generation of configuration files is part of the community-wide
      doc-migration effort in Pike. networking-bgpvpn does not support it,
      so this commit sets up the config file autogeneration.
      
      Change-Id: I9c7bc3097bbaef1990b1b9e5f23771cef99fd016
      a4daecf2
  23. 28 Jul, 2017 3 commits
  24. 27 Jul, 2017 1 commit
  25. 25 Jul, 2017 2 commits
    • Nguyen Van Trung's avatar
      Replace deprecated test.attr with decorators.attr · a5624e0b
      Nguyen Van Trung authored
      Tempest has deprecated decorator 'tempest.test.attr' and
      moved to 'tempest.lib.decorators.attr' in version 16.1.0.
      
      Change-Id: I8ec94114722552109b49dd16b3889c6e9f1125b0
      a5624e0b
    • ghanshyam's avatar
      Replace deprecated test.attr with decorators.attr · 81f4f037
      ghanshyam authored
      Tempest has deprecated decorator 'tempest.test.attr' and
      moved the same as stable interface to 'tempest.lib.decorators
      .attr' in version 16.1.0.
      
      Let's use the stable interface for attr decorator.
      This will help Tempest to remove the deprecated decorator.
      
      Also add the dependency of Tempest in test_requirements.txt
      
      Change-Id: I71c494221c7ecf127280d13ef40ad3b022a5afa6
      81f4f037
  26. 24 Jul, 2017 5 commits