Merge pull request #1417 from robertbaldyga/add-missing-settle

smoke_test: Add missing udevadm settle
This commit is contained in:
Robert Baldyga 2022-12-20 09:16:18 +01:00 committed by GitHub
commit d240de2368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,8 @@ check_no_cache_running
run_cmd "casctl start" run_cmd "casctl start"
run_cmd "udevadm settle"
CACHE_ID_OPTION="1" DEMANDED_STATE_OPTION="Running" check_cache_state CACHE_ID_OPTION="1" DEMANDED_STATE_OPTION="Running" check_cache_state
CACHE_ID_OPTION="1" CORE_ID_OPTION="1" DEMANDED_STATE_OPTION="Active" check_core_state CACHE_ID_OPTION="1" CORE_ID_OPTION="1" DEMANDED_STATE_OPTION="Active" check_core_state
CACHE_ID_OPTION="1" CORE_ID_OPTION="2" DEMANDED_STATE_OPTION="Active" check_core_state CACHE_ID_OPTION="1" CORE_ID_OPTION="2" DEMANDED_STATE_OPTION="Active" check_core_state