]> xenbits.xensource.com Git - people/aperard/osstest.git/commitdiff
openstack tests: Don't run them on arm* openstack
authorAnthony PERARD <anthony.perard@citrix.com>
Mon, 24 Jul 2017 16:01:44 +0000 (17:01 +0100)
committerAnthony PERARD <anthony.perard@citrix.com>
Fri, 28 Jul 2017 14:31:06 +0000 (15:31 +0100)
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
make-flight

index cc95529cb43be73458f751d772135d76eb33c5d5..f6151558ee0535ab4d688c117808c657ac834390 100755 (executable)
@@ -224,6 +224,7 @@ arch_branch_filter_callback () {
         rumprun) return 1;;
         seabios) return 1;;
         ovmf) return 1;;
+        openstack*) return 1;;
         esac
         ;;
   i386)