summaryrefslogtreecommitdiffstats
path: root/sdnvpn/lib
diff options
context:
space:
mode:
authorJose Lausuch <jose.lausuch@ericsson.com>2016-12-19 15:06:57 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-12-19 15:06:57 +0000
commit51c2b2d392c31da1e92358e96328105df4754528 (patch)
tree3dbda6d16b89cc33628243ace99d2a7b953720f6 /sdnvpn/lib
parent2d136f1fac7c5f8b5adf77b1d1bfa80c57e21b29 (diff)
parent84c6a7e3c8f39602eb3da307c97694b81b8c37bd (diff)
Merge "Fix table formatting in testcase 7"
Diffstat (limited to 'sdnvpn/lib')
-rw-r--r--sdnvpn/lib/results.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sdnvpn/lib/results.py b/sdnvpn/lib/results.py
index 6c2df11..f665328 100644
--- a/sdnvpn/lib/results.py
+++ b/sdnvpn/lib/results.py
@@ -161,6 +161,7 @@ class Results(object):
def ping_ip_test(self, address):
ping = "ping %s -c 3" % address
testcase_name = "Ping IP %s" % address
+ logger.debug(testcase_name)
exit_code = ft_utils.execute_command(ping)
if exit_code != 0: