File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,9 @@ For running and debugging the images:
4949## Image location
5050
5151Downloaded images are stored into ~ /.cache/cockpit-images/ by default. If you
52- want to change that, you can set the ` cockpit.bots.images-data-dir ` variable
53- with ` git config ` to a directory where to store the pristine virtual machine
54- images. For example:
52+ want to change that, you can set ` $COCKPIT_IMAGES_DATA_DIR ` or the
53+ ` cockpit.bots.images-data-dir ` variable with ` git config ` to a directory where
54+ to store the pristine virtual machine images. For example:
5555
5656 git config cockpit.bots.images-data-dir /srv/cockpit/images
5757
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ You first need to build cockpit, and install it into a VM:
2525
2626 test/image-prepare
2727
28- This uses the default OS image, which is currently Fedora 38 . See ` $TEST_OS `
28+ This uses the default OS image, which is currently Fedora 39 . See ` $TEST_OS `
2929below how to select a different one.
3030
3131In most cases you want to run an individual test in a suite, for example:
@@ -158,16 +158,13 @@ to push pixel tests.
158158You can set these environment variables to configure the test suite:
159159
160160 TEST_OS The OS to run the tests in. Currently supported values:
161- "centos-8 -stream"
161+ "centos-9 -stream"
162162 "debian-stable"
163163 "debian-testing"
164- "fedora-38"
165164 "fedora-39"
165+ "fedora-40"
166166 "fedora-coreos"
167- "fedora-testing"
168- "rhel-8-10"
169- "rhel-8-10-distropkg"
170- "rhel-9-3"
167+ "rhel-9-4"
171168 "rhel4edge",
172169 "ubuntu-2204"
173170 "ubuntu-stable"
You can’t perform that action at this time.
0 commit comments