1. 09 Jul, 2021 1 commit
  2. 18 May, 2021 1 commit
    • Matthias Runge's avatar
      Remove ties to panko · ca2bf36f
      Matthias Runge authored
      in order to remove and retire panko.
      
      Change-Id: I8bc2981f01a4b068272cddfa2026860c97a3355e
      ca2bf36f
  3. 06 May, 2021 1 commit
  4. 23 Apr, 2021 1 commit
  5. 20 Apr, 2021 1 commit
  6. 18 Jan, 2021 2 commits
  7. 21 Dec, 2020 1 commit
    • Martin Kopec's avatar
      Use tempest's ServiceClients rather than Manager · 43e01f59
      Martin Kopec authored
      tempest.Manager has been deprecated for more than 4 years already.
      Tempest plugins are expected to consume
      tempest.lib.services.clients.ServiceClients directly.
      
      Change-Id: I614451e909ef2471493f702928db8eff591be037
      43e01f59
  8. 05 Oct, 2020 1 commit
    • Pavlo Shchelokovskyy's avatar
      Allow to disable SSL validation in gabbi tests · 959fc69e
      Pavlo Shchelokovskyy authored
      Gabbi does not allow to pass custom path to (self-signed) SSL certs,
      so we can't really re-use the CONF.identity option (as does the AODH
      test client).
      
      This patch adds a new config option
      
        CONF.telemetry.disable_ssl_certificate_validation
      
      (False by default) that will disable SSL cert validation when running
      gabbits.
      
      For comparison, see similar patch to heat's tempest plugin
      https://review.opendev.org/#/c/703335
      
      Change-Id: I298c8ebb45f0768b12919cf4f67462df0ff4c631
      959fc69e
  9. 25 Sep, 2020 1 commit
  10. 16 Sep, 2020 1 commit
  11. 03 Sep, 2020 1 commit
  12. 03 Jun, 2020 1 commit
  13. 02 Jun, 2020 2 commits
  14. 13 May, 2020 1 commit
    • Ghanshyam Mann's avatar
      Fix hacking min version to 3.0.1 · 8bef48e9
      Ghanshyam Mann authored
      flake8 new release 3.8.0 added new checks and gate pep8
      job start failing. hacking 3.0.1 fix the pinning of flake8 to
      avoid bringing in a new version with new checks.
      
      Though it is fixed in latest hacking but 2.0 and 3.0 has cap for
      flake8 as <4.0.0 which mean flake8 new version 3.9.0 can also
      break the pep8 job if new check are added.
      
      To avoid similar gate break in future, we need to bump the hacking min
      version.
      
      - http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014828.html
      
      Change-Id: Ie9ce28dea10f06dc6d65a6f76f762212d1917df9
      8bef48e9
  15. 09 May, 2020 1 commit
    • Rocky's avatar
      Fix the endpoint url trailing slash issue · e81cb44d
      Rocky authored
      Keystone catalog url could be with or without the trailing slash.
      Removing it when get the endpoint.
      
      Change-Id: I55bbfb5823957ff50d9a588c9cc1a9faebecffff
      e81cb44d
  16. 06 May, 2020 2 commits
  17. 03 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Further py27 cleanup support · 7716ce07
      Andreas Jaeger authored
      This repo is now testing only with Python 3, so let's make
      a few cleanups:
      - Remove obsolete sections from setup.cfg
      - Update requirements, no need for python_version anymore
      - Switch to using sphinx-build
      - Use newer openstackdocstheme and Sphinx versions
      - Switch to hacking 3.0, fix problems found
      
      Change-Id: I499bb071847dd006d4045faf2325f588d07b4ffe
      7716ce07
  18. 07 Apr, 2020 1 commit
    • zhurong's avatar
      Cleanup py27 support · 97df0116
      zhurong authored
      Make a few cleanups:
      - Remove python 2.7 stanza from setup.py
      - Add requires on python >= 3.6 to setup.cfg so that pypi and pip
        know about the requirement
      - Remove obsolete sections from setup.cfg:
        * Wheel is not needed for python 3 only repo
        * Some other sections are obsolete
      - Update classifiers
      - Update requirements, no need for python_version anymore
      
      Change-Id: I547968d14abbdb8d134d7a94a545ea38342ec6a1
      97df0116
  19. 10 Feb, 2020 2 commits
  20. 02 Feb, 2020 1 commit
  21. 20 Dec, 2019 2 commits
  22. 18 Dec, 2019 1 commit
    • Pavlo Shchelokovskyy's avatar
      Tolerate existing gabbiliveceph archive policy · 421cd3fd
      Pavlo Shchelokovskyy authored
      current tests implementation is not friendly to test re-runs:
      as archive policy may fail to delete when there are still samples
      stored for it (and the test expects it, see the last xfail: true in
      the aodh-gnocchi-threshold-alarm.yaml), next test rerun may fail
      right on the initial setup as it receives 409 Conflict instead of 201
      on attempt to create an archive policy that already exists.
      
      Solve this by tolerating 409 in the archive policy creation step,
      and moving checks for fields of created (or existing) policy to an
      extra GET /v1/archive_policy/<name> step.
      
      Change-Id: I978937d89b2e886e2ef690661bc00a730db94c92
      421cd3fd
  23. 26 Nov, 2019 1 commit
  24. 19 Nov, 2019 2 commits
    • ShangXiao's avatar
      Update invalid link · ef67c2ab
      ShangXiao authored
      The links are invalid.
      Replace them with the available one.
      
      Change-Id: I244332c9eff84c5f15d7d656f80a24f1267c6218
      ef67c2ab
    • zhurong's avatar
      Make job USE_PYTHON3 · 803e77c9
      zhurong authored
      Change-Id: I26f8f9fcdcf9cc18f947440d18e8bb3c63db1e1f
      803e77c9
  25. 10 Oct, 2019 1 commit
    • pengyuesheng's avatar
      Sync Sphinx requirement · ea3c83bb
      pengyuesheng authored
      Sync sphinx dependency with global requirements. It caps python 2 since
      sphinx 2.0 no longer supports Python 2.7.
      
      Change-Id: I599da0883546c2af9fd054f64bee695a70d823d8
      ea3c83bb
  26. 26 Sep, 2019 1 commit
  27. 26 Aug, 2019 1 commit
    • zhurong's avatar
      [train][goal] Define new 'telemetry-dsvm-integration-ipv6-only' job · d60e6e2c
      zhurong authored
      As part of Train community goal 'Support IPv6-Only Deployments and Testing'[1],
      Tempest has defined the base job 'devstack-tempest-ipv6' which will
      deploy services on IPv6.
      
      This commit adds the new job 'telemetry-dsvm-integration-ipv6-only'
      run on gate which is derived from 'devstack-tempest-ipv6'.
      
      Verification structure will be:
      - 'devstack-IPv6' deploy the service on IPv6
      - 'devstack-tempest-ipv6' run will verify the IPv6-only setting and listen address
      - 'telemetry-dsvm-integration-ipv6-only' will run the tests.
      
      Story: #2005477
      Task: #35939
      
      [1] https://governance.openstack.org/tc/goals/train/ipv6-support-and-testing.html
      
      Change-Id: Ic5588d7351cf6f60775703bbb995c80c2647d335
      d60e6e2c
  28. 21 Aug, 2019 2 commits
  29. 13 Aug, 2019 1 commit
  30. 02 Jul, 2019 2 commits
    • Rocky's avatar
      Create a safe rand name for stack name · 18b5fce6
      Rocky authored
      To avoid the name conflict in integration test.
      
      Change-Id: Ia64e42403f29056008d69aa5c60d396564d66755
      18b5fce6
    • Rocky's avatar
      Use gnocchi search api to check gnocchi resources · e94a3f61
      Rocky authored
      When running the tests against production cloud, the resource list call
      would return tons of records, so it's better to use resource search api
      instead to check the resources.
      
      Change-Id: I723f99e5b19ddf4dc2d9c20738e818b7399f54a4
      e94a3f61
  31. 24 May, 2019 1 commit
  32. 30 Apr, 2019 1 commit