From c1d2e971ec10d782168011e78ad24fb172d84c79 Mon Sep 17 00:00:00 2001 From: Karol Latecki Date: Tue, 13 Feb 2018 14:56:45 +0100 Subject: [PATCH] test/lvol: fix wrong footer message in test case 700 Change-Id: I1266e8945fe34b030e5a40c0268a99a987b8d8fe Signed-off-by: Karol Latecki Reviewed-on: https://review.gerrithub.io/399656 Reviewed-by: Pawel Kaminski Reviewed-by: Jim Harris Tested-by: SPDK Automated Test System Reviewed-by: Daniel Verkamp Reviewed-by: Shuhei Matsumoto --- test/lvol/test_cases.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/lvol/test_cases.py b/test/lvol/test_cases.py index 24bc01ce5..c41a79fc7 100644 --- a/test/lvol/test_cases.py +++ b/test/lvol/test_cases.py @@ -975,7 +975,7 @@ class TestCases(object): remove(pid_path) if self._start_vhost(vhost_path, config_path, pid_path) != 0: fail_count += 1 - footer(650) + footer(700) return fail_count # Check if configuration was properly loaded after tasting @@ -1002,7 +1002,7 @@ class TestCases(object): pprint.pprint([o, n]) if fail_count != 0: - footer(650) + footer(700) return fail_count # Try modifying loaded configuration