Add sudo for netstat and getenforce 43/62543/2
authorSam Hague <shague@redhat.com>
Fri, 1 Sep 2017 12:35:15 +0000 (08:35 -0400)
committerSam Hague <shague@redhat.com>
Fri, 1 Sep 2017 16:51:08 +0000 (12:51 -0400)
Change-Id: If78a08ef1fcdde2ad5984d08c0440c984de16c44
Signed-off-by: Sam Hague <shague@redhat.com>
jjb/integration/integration-deploy-openstack-run-test.sh

index 4ad1f908aa071d23708968696842761b55cda9b2..f15d1de4761d9cd1079f2eeeff9f873b0f810cce 100644 (file)
@@ -396,8 +396,10 @@ echo -e "\ngrep ct_ /var/log/openvswitch/ovs-vswitchd.log\n"
 grep ct_ /var/log/openvswitch/ovs-vswitchd.log
 echo -e "\novsdb-tool -mm show-log\n"
 ovsdb-tool -mm show-log
-echo -e "\nnetstat -punta\n"
-netstat -punta
+echo -e "\nsudo netstat -punta\n"
+sudo netstat -punta
+echo -e "\nsudo getenforce\n"
+sudo getenforce
 echo -e "\njournalctl > /tmp/journalctl.log\n"
 journalctl > /tmp/journalctl.log
 EOF