Merge "Add script for testing images really quickly"
This commit is contained in:
commit
33a1e25839
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ AUTHORS
|
||||
ChangeLog
|
||||
.eggs
|
||||
*.egg-info
|
||||
publish-image.sh
|
||||
|
5
test-image.sh
Executable file
5
test-image.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
qemu-img create -f qcow2 -b client.qcow2 client-test.qcow2
|
||||
kvm -m 512 -monitor none -nographic -drive file=client-test.qcow2,if=virtio,format=qcow2 -netdev user,id=net0 -device virtio-net-pci,netdev=net0
|
||||
rm client-test.qcow2
|
Loading…
x
Reference in New Issue
Block a user