Lines Matching full:integration
94 console.print("Transfering integration tests package...")
150 @argh.arg("--no-integration-tests", help="Do not run integration tests.")
152 @argh.arg("--run-root-tests", help="Enables integration tests that require root privileges.")
158 @argh.arg("--no-parallel", help="Do not parallelize integration tests. Slower but more stable.")
192 # Integration Tests
194 Integration tests can be run on a built-in virtual machine:
202 Integration tests can be run on the host machine as well, but cannot be guaranteed to work on
233 # Disable the DUT if integration tests are not run.
265 console.print(f" Integration tests: [bold]{integration_test_str}[/bold]")
278 "[green]Tip:[/green] To run integration tests on a built-in VM: "
282 "[green]Tip:[/green] To run integration tests on the host: Use "
342 console.rule("Packaging integration tests")
362 console.rule("Running integration tests")
363 with record_time("Integration tests"):