Skip to content

Commit 95398e6

Browse files
committed
Update external docs
1 parent 9b6f66d commit 95398e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

external/source/test/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ See below for details.
8484
You can conduct manual interactive testing against a test image by starting the
8585
image like so:
8686

87-
bots/vm-run -s cockpit.socket debian-stable
87+
bots/vm-run -s cockpit.socket arch
8888

8989
Once the machine is booted and the cockpit socket has been activated, a
9090
message 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
9999
machine on which it's running. If you want to conduct manual testing from
100100
other 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

104104
This will bind the Cockpit and SSH ports to all interfaces, making it possible
105105
to access a URL like http://yourhost.local:9091/ to test Cockpit from another
@@ -177,7 +177,7 @@ to push pixel tests.
177177
You 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

Comments
 (0)