summaryrefslogtreecommitdiff
path: root/devstack
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2019-04-04 15:15:00 +0100
committerStephen Finucane <sfinucan@redhat.com>2019-04-04 15:15:00 +0100
commit4d00320ea660b2e55a0942780f7559e39ff2be5a (patch)
treeb1f532fc55c4a5c4d156e9d7db491644f29ee76e /devstack
parent6ebb2c4cae65cb437e17a8c02fe5174a9825d8e0 (diff)
downloadnova-4d00320ea660b2e55a0942780f7559e39ff2be5a.tar.gz
devstack: Remove 'tempest-dsvm-tempest-xen-rc'
This doesn't appear to be used by any job, in-tree or out-of-tree. Remove it. Change-Id: Iee89cf53069224fa24530c084639cb7788f8d284 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'devstack')
-rw-r--r--devstack/tempest-dsvm-tempest-xen-rc40
1 files changed, 0 insertions, 40 deletions
diff --git a/devstack/tempest-dsvm-tempest-xen-rc b/devstack/tempest-dsvm-tempest-xen-rc
deleted file mode 100644
index 669c705467..0000000000
--- a/devstack/tempest-dsvm-tempest-xen-rc
+++ /dev/null
@@ -1,40 +0,0 @@
-# Licensed under the Apache License, Version 2.0 (the "License"); you may
-# not use this file except in compliance with the License. You may obtain
-# a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-# License for the specific language governing permissions and limitations
-# under the License.
-
-#
-# This script is executed in the Xen Project OpenStack CI dsvm-tempest-xen job.
-# It's used to configure which tempest tests actually get run. You can find
-# the CI job configuration here:
-#
-# https://xenbits.xen.org/gitweb/?p=openstack/ci-loop-config.git;a=blob;f=jenkins/jobs/jobs.yaml;hb=HEAD
-#
-
-# When adding entries to the regex, add a comment explaining why
-# since this list should not grow.
-
-# exclude the slow tag
-r="\[.*\bslow\b.*\]"
-
-# volume_swap fail
-# https://bugs.launchpad.net/nova/+bug/1676499
-r="$r|tempest\.api\.compute\.admin\.test_volume_swap\.TestVolumeSwap\.test_volume_swap"
-
-# Because paused guest can not be snapshot
-# https://bugs.launchpad.net/nova/+bug/1675787
-r="$r|tempest\.api\.compute\.images\.test_images\.ImagesTestJSON\.test_create_image_from_paused_server"
-
-# Cannot boot from encrypted volume
-# https://bugs.launchpad.net/nova/+bug/1702897
-r="$r|tempest\.scenario\.test_volume_boot_pattern\.TestVolumeBootPattern\.test_boot_server_from_encrypted_volume_luks"
-
-r="^(?!.*(?:$r))(?:^tempest\.(?:api|scenario|thirdparty))"
-export DEVSTACK_GATE_TEMPEST_REGEX="$r"