Merge "Disable file injection tests until bug/1882421"

This commit is contained in:
Zuul 2021-02-11 22:32:53 +00:00 committed by Gerrit Code Review
commit 3093adda0e
1 changed files with 7 additions and 3 deletions

View File

@ -11,8 +11,10 @@
vars: vars:
tox_envlist: all tox_envlist: all
tempest_test_regex: tempest tempest_test_regex: tempest
devstack_localrc: # TODO(gmann): Enable File injection tests once nova bug is fixed
ENABLE_FILE_INJECTION: true # https://bugs.launchpad.net/nova/+bug/1882421
# devstack_localrc:
# ENABLE_FILE_INJECTION: true
- job: - job:
name: tempest-ipv6-only name: tempest-ipv6-only
@ -352,7 +354,9 @@
Former name for this job was legacy-tempest-dsvm-neutron-pg-full. Former name for this job was legacy-tempest-dsvm-neutron-pg-full.
vars: vars:
devstack_localrc: devstack_localrc:
ENABLE_FILE_INJECTION: true # TODO(gmann): Enable File injection tests once nova bug is fixed
# https://bugs.launchpad.net/nova/+bug/1882421
# ENABLE_FILE_INJECTION: true
DATABASE_TYPE: postgresql DATABASE_TYPE: postgresql
- project-template: - project-template: