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

@@ -19,7 +19,7 @@ from test_tools.packaging import Packages
modules_links_dir = "/lib/modules/$(uname -r)/weak-updates/block/opencas"
modules_names = ["cas_cache.ko", "cas_disk.ko"]
modules_names = ["cas_cache.ko"]
def test_weak_modules():