1d65219445
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
12 lines
280 B
YAML
12 lines
280 B
YAML
- 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
|