Move legacy-swift-dsvm-functional job in-tree

Note that there's no swift-dsvm-functional-identity-v3-only because
as of the Queens release, that's the *only* way Keystone gets deployed.
Change-Id: I49d963b98f3df21fea0db24c83553ef873ad73c8
This commit is contained in:
Tim Burke
2018年08月06日 19:25:36 +00:00
parent 9167e9532a
commit 1d65219445

View File

@@ -0,0 +1,4 @@
- hosts:all
roles:
- fetch-tox-output
- fetch-subunit-output

View File

@@ -0,0 +1,9 @@
- hosts:all
roles:
- orchestrate-devstack
# Run bindep and test-setup after devstack so that they won't interfere
- role:bindep
bindep_profile:test
bindep_dir:"{{ zuul_work_dir }}"
- test-setup
- ensure-tox

View File

@@ -0,0 +1,11 @@
- hosts:all
tasks:
- name:Run func tests with Keystone users
include_role:
name:tox
- name:Run func tests with tempauth users
include_role:
name:tox
vars:
tox_environment:
SWIFT_TEST_CONFIG_FILE:test/sample.conf
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.