Skip to content

Commit 4cc5e88

Browse files
author
David Scott
committed
setup.sh: call 'xenvm lvdisplay' in both modes to check it works
Signed-off-by: David Scott <[email protected]>
1 parent d66225e commit 4cc5e88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ mkdir -p /tmp/xenvm.d
3838
./xenvm.native lvcreate -n live -L 4 djstest --configdir /tmp/xenvm.d $MOCK_ARG
3939
./xenvm.native lvchange -ay /dev/djstest/live --configdir /tmp/xenvm.d $MOCK_ARG
4040

41+
./xenvm.native lvdisplay /dev/djstest --configdir /tmp/xenvm.d $MOCK_ARG
42+
./xenvm.native lvdisplay /dev/djstest -c --configdir /tmp/xenvm.d $MOCK_ARG
43+
4144
#./xenvm.native benchmark
4245
# create and connect to hosts
4346
./xenvm.native host-create /dev/djstest host1 --configdir /tmp/xenvm.d $MOCK_ARG

0 commit comments

Comments
 (0)