diff options
-rwxr-xr-x | testcases/features/sfc/sfc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/features/sfc/sfc.py b/testcases/features/sfc/sfc.py index 9de592851..0ba292d1b 100755 --- a/testcases/features/sfc/sfc.py +++ b/testcases/features/sfc/sfc.py @@ -417,7 +417,7 @@ def capture_time_log(compute_clients): if not i: first_RSP = rsps[0] i = i + 1 - if(first_RSP != rsps[0]): + if(first_RSP != rsps[0] and len(rsps) > 1): if (rsps[0] == rsps[1]): stop_time = time.time() logger.info("classification rules updated") |