Skip to content

Commit

Permalink
Linefeed fixes
Browse files Browse the repository at this point in the history
Signed-off-by: peppi-lotta <peppi-lotta.saari@est.tech>
  • Loading branch information
peppi-lotta committed Dec 15, 2023
1 parent 34831a0 commit d59909a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion tools/bmh_test/clean_local_bmh_test_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ docker rm vbmc
# Clear network
virsh -c qemu:///system net-destroy baremetal-e2e
virsh -c qemu:///system net-undefine baremetal-e2e

2 changes: 1 addition & 1 deletion tools/bmh_test/create_vm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ virt-install \
--xml "./devices/serial/log/@append=on" \
--pxe \
--network network=baremetal-e2e,mac="${MAC_ADDRESS}" \
--noautoconsole
--noautoconsole
2 changes: 1 addition & 1 deletion tools/bmh_test/vm2vbmc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ VBMC_PORT="${2:?}"
# Add the BareMetalHost VM to VBMC
docker exec vbmc vbmc add "${NAME}" --port "${VBMC_PORT}" --libvirt-uri "qemu:///system"
docker exec vbmc vbmc start "${NAME}"
docker exec vbmc vbmc list
docker exec vbmc vbmc list

0 comments on commit d59909a

Please sign in to comment.