aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-11-26 17:40:26 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2020-11-26 17:40:26 +0100
commite28706a10c20bcb359f7d2283802ea9b4ef4bc66 (patch)
treed7a86f775b76a43093d015198de0a480437ffee0 /functest/opnfv_tests
parent09be8310be708661f2782e6af1d1d84ac0a52946 (diff)
Remove former allow_no_fip logic
Change-Id: Ie6e45572e98108fca114a1d798f2d2a99ad41299 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/opnfv_tests')
-rw-r--r--functest/opnfv_tests/openstack/rally/rally.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/functest/opnfv_tests/openstack/rally/rally.py b/functest/opnfv_tests/openstack/rally/rally.py
index 41d807301..548e774a1 100644
--- a/functest/opnfv_tests/openstack/rally/rally.py
+++ b/functest/opnfv_tests/openstack/rally/rally.py
@@ -69,7 +69,6 @@ class RallyBase(singlevm.VmReady2):
visibility = 'public'
shared_network = True
- allow_no_fip = True
task_timeout = 3600
username = 'cirros'