File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -427,14 +427,22 @@ cmd_help() {
427427 echo " sh CMD..."
428428 echo " Launch the development container and run a command."
429429 echo " "
430- echo " test [-- [<pytest args>]]"
431- echo " Run the Firecracker integration tests."
430+ echo " test [args] [ -- [<pytest args>]]"
431+ echo " Run the Firecracker integration or A/B tests."
432432 echo " The Firecracker testing system is based on pytest. All arguments after --"
433433 echo " will be passed through to pytest."
434+ echo " "
435+ echo " Args for the ` test` itself:"
436+ echo " -h, --help Print help"
434437 echo " -c, --cpuset-cpus cpulist Set a dedicated cpulist to be used by the tests."
435438 echo " -m, --cpuset-mems memlist Set a dedicated memlist to be used by the tests."
436439 echo " --performance Tweak various setting of the host running the tests (such as C- and P-states)"
437440 echo " to achieve consistent performance. Used for running performance tests in CI."
441+ echo " --ab Run A/B test."
442+ echo " --no-build Skip building step."
443+ echo " --no-archive Skip archiving of ` test_result` after the test is done."
444+ echo " --no-kvm-check Skip checking for ` /dev/kvm` presence."
445+ echo " --no-artifacts-check Skip checking existing artifacts."
438446 echo " "
439447 echo " build_ci_artifacts [all|rootfs|kernels]"
440448 echo " Builds the rootfs and guest kernel artifacts we use for our CI."
You can’t perform that action at this time.
0 commit comments