Pass the correct LAB variable into the ovs-config script
This commit is contained in:
2
create
2
create
@ -45,4 +45,4 @@ ssh root@$HVN "set -x; for node in 0 1 2 3; do VM=vpp${LAB}-\${node}; virsh star
|
|||||||
|
|
||||||
echo "* Committing OVS config"
|
echo "* Committing OVS config"
|
||||||
scp overlays/$BUILD/ovs-config.sh root@$HVN:$LABDIR
|
scp overlays/$BUILD/ovs-config.sh root@$HVN:$LABDIR
|
||||||
ssh root@$HVN "set -x; $LABDIR/ovs-config.sh"
|
ssh root@$HVN "set -x; LAB=$LAB $LABDIR/ovs-config.sh"
|
||||||
|
Reference in New Issue
Block a user