test/lvol: fix wrong footer message in test case 700
Change-Id: I1266e8945fe34b030e5a40c0268a99a987b8d8fe Signed-off-by: Karol Latecki <karol.latecki@intel.com> Reviewed-on: https://review.gerrithub.io/399656 Reviewed-by: Pawel Kaminski <pawelx.kaminski@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
This commit is contained in:
parent
ef4dba3ed5
commit
c1d2e971ec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user