diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-12-09 12:04:45 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-12-09 12:12:48 +0100 |
commit | c1b0db94f0398fc9cac439d73a33423f0d5e7e85 (patch) | |
tree | 9b32a686c5a62755507bdbaa4c9a706cc148d848 /docker | |
parent | 70b1768556db6b9c2a08251ecc4ebff3fa743f7a (diff) |
Don't filter vs NO_TENANT_NETWORK in CNTT testcases
This param is incorrect from a CNTT point of view.
It only filters test cases in classical IaaS verification containers.
Change-Id: I8551cb1af28ecb2bea5c29d7c0b692fee41bd119
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit d96dde8a04a7787a44a9b4fd5d447f6ffb6acb2b)
Diffstat (limited to 'docker')
-rw-r--r-- | docker/benchmarking-cntt/testcases.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docker/benchmarking-cntt/testcases.yaml b/docker/benchmarking-cntt/testcases.yaml index 9c382c7d4..30eb3e631 100644 --- a/docker/benchmarking-cntt/testcases.yaml +++ b/docker/benchmarking-cntt/testcases.yaml @@ -50,8 +50,6 @@ tiers: VMTP is a small python application that will automatically perform ping connectivity, round trip time measurement (latency) and TCP/UDP throughput - dependencies: - - NO_TENANT_NETWORK: '^(?![tT]rue$)' run: name: vmtp @@ -65,7 +63,5 @@ tiers: like iperf, iperf3 and netperf (with help of flent). Shaker is able to deploy OpenStack instances and networks in different topologies. - dependencies: - - NO_TENANT_NETWORK: '^(?![tT]rue$)' run: name: shaker |