search for: 0c2fa6b

Displaying 2 results from an estimated 2 matches for "0c2fa6b".

2016 May 19
0
[PATCH 1/3] tests: specify the image format when possible
...$f" ]; then # Add --no-network so UML works. - $VG virt-customize -n -a $f \ + $VG virt-customize -n --format=raw -a $f \ --no-network \ --write /etc/motd:HELLO \ --chmod 0600:/etc/motd \ diff --git a/df/test-virt-df.sh b/df/test-virt-df.sh index 0c2fa6b..cd068e9 100755 --- a/df/test-virt-df.sh +++ b/df/test-virt-df.sh @@ -20,7 +20,7 @@ export LANG=C set -e # Run virt-df. -output=$($VG virt-df ../test-data/phony-guests/fedora.img) +output=$($VG virt-df --format=raw -a ../test-data/phony-guests/fedora.img) # Check title is the first line. if...
2016 May 19
6
[PATCH 0/3] misc tests-only changes
Hi, small series with small improvements to the tests. Pino Toscano (3): tests: specify the image format when possible tests: remove remaining relative paths to binaries fish: generate test-prep.sh with generator .gitignore | 1 + align/test-virt-alignment-scan.sh | 2 +- cat/Makefile.am | 2 +- cat/test-virt-cat.sh