a92ff92f67
- Drop references to devstack-gate, it is deprecated and no longer needed. - Drop setting USE_PYTHON3, it is the default now and the variable no longer being used. - Drop using IDENTITY_API_VERSION, there is only v3 now and devstack plans to remove that variable. - python-keystoneclient still needs an admin endpoint in keystone, set a flag for devstack to create it. [0] [0] https://review.opendev.org/c/openstack/openstacksdk/+/777343 Signed-off-by: Dr. Jens Harbott <harbott@osism.tech> Change-Id: I35117f6d1b058d1f92e12d5be31bd85036adfccc
24 lines
857 B
YAML
24 lines
857 B
YAML
- job:
|
|
name: rally-dsvm-tox-functional
|
|
parent: devstack
|
|
description:
|
|
Run functional test for rally-openstack project.
|
|
Uses tox with the ``functional`` environment.
|
|
required-projects:
|
|
- name: openstack/devstack
|
|
- name: openstack/rally-openstack
|
|
# NOTE(andreykurilin): it is a required project to fetch the latest
|
|
# version and test master of rally-openstack with master of rally
|
|
- name: openstack/rally
|
|
timeout: 7200
|
|
roles:
|
|
- zuul: openstack/devstack
|
|
vars:
|
|
devstack_localrc:
|
|
# TODO(frickler): drop this once python-keystoneclient no longer needs it
|
|
KEYSTONE_ADMIN_ENDPOINT: true
|
|
devstack_plugins:
|
|
rally-openstack: https://opendev.org/openstack/rally-openstack
|
|
tox_env: "functional"
|
|
run: tests/ci/playbooks/tox-functional-env-run.yaml
|