diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-05-01 10:49:21 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-05-01 10:50:54 +0200 |
commit | a11051968f25bdcc9362be88907731582ac1ea8f (patch) | |
tree | 44cea051d88af17935a18d1c5af30fe43ddc1196 /ansible | |
parent | c22979393a734760105f73b75a5f90f4f9aecebc (diff) |
Rename barbican->tempest_barbican & octavia->tempest_octavia
It unifies all test case names.
Change-Id: I38576f2d6bae6ef0236b6acfbd30c0446d3a2eca
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/site.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index 3fff70b20..23845999a 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -62,8 +62,8 @@ - tempest_scenario - tempest_slow - patrole - - barbican - - octavia + - tempest_barbican + - tempest_octavia - container: functest-benchmarking tests: - rally_full |