diff options
-rw-r--r-- | ansible/site.yml | 4 | ||||
-rw-r--r-- | docker/smoke/testcases.yaml | 4 | ||||
-rw-r--r-- | docs/release/release-notes/functest-release.rst | 4 | ||||
-rw-r--r-- | functest/ci/testcases.yaml | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index 5902cc6e6..470b4b07e 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -72,8 +72,8 @@ - neutron_trunk - networking-bgpvpn - networking-sfc - - barbican - - octavia + - tempest_barbican + - tempest_octavia - container: functest-benchmarking tests: - rally_full diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index d3656aa5a..0403f7ae3 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -249,7 +249,7 @@ tiers: - '--concurrency=0' - - case_name: barbican + case_name: tempest_barbican project_name: functest criteria: 100 blocking: false @@ -265,7 +265,7 @@ tiers: - barbican - - case_name: octavia + case_name: tempest_octavia project_name: functest criteria: 100 blocking: false diff --git a/docs/release/release-notes/functest-release.rst b/docs/release/release-notes/functest-release.rst index f7666a815..40b3c88f6 100644 --- a/docs/release/release-notes/functest-release.rst +++ b/docs/release/release-notes/functest-release.rst @@ -47,10 +47,10 @@ The internal test cases are: * tempest_scenario * tempest_slow * patrole - * barbican + * tempest_barbican * networking-bgpvpn * networking-sfc - * octavia + * tempest_octavia * rally_full * rally_jobs * vmtp diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 3898b9859..c6f74f172 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -427,7 +427,7 @@ tiers: - '--concurrency=0' - - case_name: barbican + case_name: tempest_barbican project_name: functest criteria: 100 blocking: false @@ -443,7 +443,7 @@ tiers: - barbican - - case_name: octavia + case_name: tempest_octavia project_name: functest criteria: 100 blocking: false |