From ad610130f5e5102a9fb682e5975b4e4bc0857387 Mon Sep 17 00:00:00 2001 From: Eric Kao Date: Thu, 8 Jun 2017 14:35:09 -0700 Subject: [PATCH] add exec permission for testing scripts backport: test-only change Change-Id: If7aab299c0bf4d159d8b62104a686df43b9e5848 (cherry picked from commit 265bbb5a8d66081a8172d61626017d4929356bdc) --- scripts/manual_testing/doctor_pushdriver.sh | 0 scripts/manual_testing/general.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 scripts/manual_testing/doctor_pushdriver.sh mode change 100644 => 100755 scripts/manual_testing/general.sh diff --git a/scripts/manual_testing/doctor_pushdriver.sh b/scripts/manual_testing/doctor_pushdriver.sh old mode 100644 new mode 100755 diff --git a/scripts/manual_testing/general.sh b/scripts/manual_testing/general.sh old mode 100644 new mode 100755 index 93e599c8f..5bca83fae --- a/scripts/manual_testing/general.sh +++ b/scripts/manual_testing/general.sh @@ -63,7 +63,7 @@ openstack congress policy rule create policy1 'q(5,7)' openstack congress policy table list policy1 # openstack congress policy table list $PUUID openstack congress policy table show policy1 'p' -openstack congress policy table show $PUUID 'p' +# openstack congress policy table show $PUUID 'p' openstack congress policy row list policy1 q # 3 tuples openstack congress policy row list policy1 r # 4 tuples openstack congress policy row list policy1 p # 2 tuples