Update tests after cas_disk removal

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga
2022-09-02 21:28:09 +02:00
parent 13d3decfa9
commit 8d55e3987f
3 changed files with 3 additions and 6 deletions

View File

@@ -59,7 +59,7 @@ def install_opencas(destdir: str = ""):
if output.exit_code != 0:
raise CmdException("Failed to install Open CAS", output)
output = TestRun.executor.run("rmmod cas_cache cas_disk; modprobe cas_cache")
output = TestRun.executor.run("rmmod cas_cache; modprobe cas_cache")
if output.exit_code != 0:
raise CmdException("Failed to reload modules", output)