From 7abf19f9cc194213484873770148cf5bc980aefd Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Wed, 31 Jan 2018 11:17:25 +0100 Subject: Use the new vnf image for Fraser Change-Id: I11c37ed6898c03b2a54a0e3b11422c654023333f Signed-off-by: Manuel Buil --- sfc/lib/test_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfc/lib') diff --git a/sfc/lib/test_utils.py b/sfc/lib/test_utils.py index 9cdc02b2..a04f1e24 100644 --- a/sfc/lib/test_utils.py +++ b/sfc/lib/test_utils.py @@ -95,7 +95,7 @@ def start_http_server(ip, iterations_check=10): logger.info(output) while iterations_check > 0: - _, output, _ = run_cmd_remote(ip, "ss -na | grep *:80") + _, output, _ = run_cmd_remote(ip, "netstat -pntl | grep :80") if output: return True else: -- cgit 1.2.3-korg