Commit Graph

13 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov 32cea21c03 Add PKI role to local a-r-r
Change-Id: Ia149dce32077cfa9fdf88afcc122d34199477c75
2021-07-02 20:45:57 +00:00
Andreas Jaeger 038a7f29b4 Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove python 2.7 stanza from setup.py
- Remove obsolete sections from setup.cfg
- Use newer openstackdocstheme and Sphinx versions,
  enable build warnings and fix problems
- Cleanup */source/conf.py to remove now obsolete content.
- Remove install_command from tox.ini, the default is fine
- Remove usage of pip_install role, this is retired now

Change-Id: I64133e987965d02faa25102b98ad102ff9ef142b
2020-06-18 07:31:28 +01:00
Marc Gariepy 6395495605 remove ansible_python_interpreter
ansible_python_interpreter is now set to auto in the tests repo.
it doesn't need to be overwritten in the test anymore.

also fix bindep.txt for centos7.

Depends-On: https://review.opendev.org/734676/
Change-Id: I9d21ab44bf0d9d19228e6f65439aaea042e288e5
2020-06-15 11:25:44 -04:00
melissaml 64aa7ed7b9 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: Ia1fcaa7c0abb8743dcb03a78280f2d23297177e9
2019-07-10 22:39:14 +08:00
Zuul b6aba9fecd Merge "Trivial: Fix the pep8 warning" 2019-04-24 19:23:42 +00:00
Andy Smith 5490543352 Create sasl user in func test
Change-Id: I8f0941bd847f26e0ba5ec925606ee30396be9230
2018-12-13 15:47:05 -05:00
melissaml f328d6e9bd Trivial: Fix the pep8 warning
The yaml should start with "---"

Change-Id: I5a4898bba96791de2243d46478a3651a02080d47
2018-11-08 22:39:20 +08:00
Jesse Pretorius 75eda42f7c Set container_name as host_var in test inventory
The connection plugin no longer falls back on using the
inventory_hostname as the container_name. Set container_name as a host
var for each container in the test inventory.

Change-Id: I9aee5e3dd0d84ad6b642267c487e8ce2a9a84318
2018-10-22 11:52:45 +01:00
Jesse Pretorius 9290ccc383 Clean up role tests
Now that we're using the general templates, we can slim down
the role test definitions. We can also remove tests which are
not being watched, or which are fundamentally broken. With
this we can also remove unused scripts/plays.

We do the following:

1. We remove the 'upgrade' job, given that it's been broken
   all cycle due to the way the job executes and we need to
   regroup to figure out another way to do it. The associated
   scripts are also removed.
2. We consolidate test-vars.yml and the overrides into a single
   file to conform to the standard in other roles and ensure
   that the overrides are only set in one place.

Change-Id: I2dcb1576a75c4d09c6d99e1369775301e99df770
2018-09-14 10:10:10 -06:00
Jean-Philippe Evrard 1269d327cd Introduce base Zuul jobs
Now that the zuul base jobs from infra have been merged, we
can test the role as an independant entity.

The first step is to get it pass lint tests, so all the
other jobs as marked as non-voting.

Change-Id: I00d6c066fea8ec70ae032010199d00f089005065
Co-Authored-By: Andrew Smith <ansmith@redhat.com>
2018-06-25 13:27:33 +00:00
Andrew Smith 8a516a937f Fix test name 2018-06-01 10:20:38 -04:00
Andrew Smith 547ebfcff5 Role requirements and tests 2018-05-25 15:24:30 -04:00
Andrew Smith e83fe9fb34 Initial commit 2018-05-10 14:48:21 -04:00