mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-03 11:25:20 +00:00
0be2d09778
To be consistently with the integration scripts, we now pass through the `--test-filter` option of the test scripts to the `performance-metrics` binary. Now the following two commands achieve the same results: `$./scripts/dev_cli.sh tests --metrics -- --test-filter boot_time_ -- --test-filter latency` `$./scripts/dev_cli.sh tests --metrics -- -- --test-filter boot_time_ --test-filter latency` Note that, the test scripts support only single occurrence of the `--test-filter` option while the `performance-metrics` binary allows multiple occurrences for filtering based on different keywords. Fixes: #3787 Signed-off-by: Bo Chen <chen.bo@intel.com> |
||
---|---|---|
.. | ||
check-image-compatability.sh | ||
create-cloud-init.sh | ||
dev_cli.sh | ||
run_cargo_tests.sh | ||
run_integration_tests_aarch64.sh | ||
run_integration_tests_live_migration.sh | ||
run_integration_tests_sgx.sh | ||
run_integration_tests_vfio.sh | ||
run_integration_tests_windows.sh | ||
run_integration_tests_x86_64.sh | ||
run_metrics.sh | ||
run_openapi_tests.sh | ||
run_unit_tests.sh | ||
sha1sums-aarch64 | ||
sha1sums-x86_64 | ||
test-util.sh |