@@ -84,7 +84,7 @@ See below for details.
8484You can conduct manual interactive testing against a test image by starting the
8585image like so:
8686
87- bots/vm-run -s cockpit.socket debian-stable
87+ bots/vm-run -s cockpit.socket arch
8888
8989Once the machine is booted and the cockpit socket has been activated, a
9090message will be printed describing how to access the virtual machine, via
@@ -99,7 +99,7 @@ By default, it's only possible to contact the virtual machine from the host
9999machine on which it's running. If you want to conduct manual testing from
100100other devices on your network, set ` TEST_BIND_GLOBAL=1 ` , for example:
101101
102- TEST_BIND_GLOBAL=1 bots/vm-run -s cockpit.socket debian-stable
102+ TEST_BIND_GLOBAL=1 bots/vm-run -s cockpit.socket arch
103103
104104This will bind the Cockpit and SSH ports to all interfaces, making it possible
105105to access a URL like http://yourhost.local:9091/ to test Cockpit from another
@@ -177,7 +177,7 @@ to push pixel tests.
177177You can set these environment variables to configure the test suite:
178178
179179 * ` TEST_OS ` : The OS to run the tests in, like "fedora-coreos" or
180- "debian-stable ". See the "cockpit-project/cockpit" section in the
180+ "debian-testing ". See the "cockpit-project/cockpit" section in the
181181 [ test map] ( https://github.com/cockpit-project/bots/blob/main/lib/testmap.py )
182182 for all supported values. "fedora-41" is the default (` TEST_OS_DEFAULT ` in
183183 bots' [ constants.py] ( https://github.com/cockpit-project/bots/blob/main/lib/constants.py ) ).
0 commit comments