临时加入storage子系统

Signed-off-by: XTStarry <gaoxiaotian@huawei.com>
This commit is contained in:
XTStarry
2021-09-01 11:08:44 +08:00
parent 496b12f20f
commit 4c0769e989
+1
View File
@@ -25,6 +25,7 @@ def filter_modules(subsystem_data_file, test_packages):
subsystem_data = json.load(fd)
subsystems = set(subsystem_data)
subsystems.add("demo")
subsystems.add("storage")
selected_packages = []
for dep in test_packages:
if 'selected_subsystem=' in dep: