summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INFO2
-rw-r--r--ci/testcases.yaml2
-rwxr-xr-xtestcases/features/sfc/sfc.py5
3 files changed, 8 insertions, 1 deletions
diff --git a/INFO b/INFO
index 03bdb8aad..b812d948e 100644
--- a/INFO
+++ b/INFO
@@ -11,6 +11,8 @@ IRC: Server:freenode.net Channel:#opnfv-testperf
Repository: functest
Committers:
+serena.feng.711@gmail.com
+ollivier.cedric@gmail.com
jose.lausuch@ericsson.com
morgan.richomme@orange.com
meimei@huawei.com
diff --git a/ci/testcases.yaml b/ci/testcases.yaml
index 69d4a2ef1..1fa0a4c03 100644
--- a/ci/testcases.yaml
+++ b/ci/testcases.yaml
@@ -215,7 +215,7 @@ tiers:
Test suite from Parser project.
dependencies:
installer: 'fuel'
- scenario: ''
+ scenario: '^((?!noha).)*$'
-
name: openstack
order: 4
diff --git a/testcases/features/sfc/sfc.py b/testcases/features/sfc/sfc.py
index f8af51060..3cf1052b6 100755
--- a/testcases/features/sfc/sfc.py
+++ b/testcases/features/sfc/sfc.py
@@ -238,6 +238,11 @@ def main():
except:
logger.debug("Problems assigning floating IP to SFs")
+ # If no IPs were obtained, then we cant continue
+ if not ips:
+ logger.error('Failed to obtain IPs, cant continue, exiting')
+ return
+
logger.debug("Floating IPs for SFs: %s..." % ips)
# SSH TO START THE VXLAN_TOOL ON SF1