From b7a5ad13e086cc30fa65c43dcfbd370b60b1d162 Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Sat, 11 Apr 2020 18:44:58 +0000 Subject: [PATCH] Add Python3 victoria unit tests This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for victoria. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I7ef1e598cfa2651eab668ae672201d2873c1090a --- .zuul.yaml | 2 +- test-requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 3a79e522..bf8f6ace 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -30,7 +30,7 @@ templates: - check-requirements - openstack-lower-constraints-jobs - - openstack-python3-ussuri-jobs + - openstack-python3-victoria-jobs - openstackclient-plugin-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 diff --git a/test-requirements.txt b/test-requirements.txt index 95200cd5..2cc2012f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11,3 +11,4 @@ tempest>=17.1.0 # Apache-2.0 osprofiler>=1.4.0 # Apache-2.0 stestr>=2.0.0 # Apache-2.0 docutils>=0.11 # BSD +os-client-config>=1.28.0 # Apache-2.0