summaryrefslogtreecommitdiffstats
path: root/vagrant/tests/integration_vFW.sh
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2019-01-04 04:11:57 +0000
committerGerrit Code Review <gerrit@onap.org>2019-01-04 04:11:57 +0000
commit6bbfadbdfe670334ad7755f3578d668d66dd9756 (patch)
tree0dd7c8a6bac0921cb096eba6c729245489ddc625 /vagrant/tests/integration_vFW.sh
parentd0ec87e1df4ce133ca3e10f6de7c5b3789490255 (diff)
parent159eb9811ee7de4e99efc8f8a8404a2a9f455d70 (diff)
Merge "Bump kubernetes client to 1.12.3"
Diffstat (limited to 'vagrant/tests/integration_vFW.sh')
-rwxr-xr-xvagrant/tests/integration_vFW.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/vagrant/tests/integration_vFW.sh b/vagrant/tests/integration_vFW.sh
index 962f9f75..78a6b10c 100755
--- a/vagrant/tests/integration_vFW.sh
+++ b/vagrant/tests/integration_vFW.sh
@@ -32,12 +32,12 @@ setup $packetgen_deployment_name $firewall_deployment_name $sink_deployment_name
# Test
for deployment_name in $packetgen_deployment_name $firewall_deployment_name $sink_deployment_name; do
pod_name=$(kubectl get pods | grep $deployment_name | awk '{print $1}')
- vm=$(kubectl plugin virt virsh list | grep ".*$deployment_name" | awk '{print $2}')
+ vm=$(kubectl virt virsh list | grep ".*$deployment_name" | awk '{print $2}')
echo "Pod name: $pod_name Virsh domain: $vm"
echo "ssh -i ~/.ssh/id_rsa.pub admin@$(kubectl get pods $pod_name -o jsonpath="{.status.podIP}")"
echo "kubectl attach -it $pod_name"
echo "=== Virtlet details ===="
- echo "$(kubectl plugin virt virsh dumpxml $vm | grep VIRTLET_)\n"
+ echo "$(kubectl virt virsh dumpxml $vm | grep VIRTLET_)\n"
done
popd