Commit Graph

11 Commits

Author SHA1 Message Date
OpenStack Proposal Bot 67bb5bb989 Updated from OpenStack Ansible Tests
Change-Id: I477b5421e6149996ee10a129af9d44ae43fe5b14
2019-08-20 03:07:01 +00:00
OpenStack Proposal Bot 099c74902f Updated from OpenStack Ansible Tests
Change-Id: Ia472c96d666995846b3eaf6e98c6eea65dc6de61
2018-10-02 14:55:15 +00:00
OpenStack Proposal Bot c30a3f0e26 Updated from OpenStack Ansible Tests
Change-Id: I9db8acabebe4b20ab93f9bfd14596bd4705d5ff6
2018-03-27 15:56:40 +00:00
OpenStack Proposal Bot d454de9f71 Updated from OpenStack Ansible Tests
Change-Id: I4202869fe093e1c2db11d16725f9859a52627345
2017-06-22 15:20:06 +00:00
Jesse Pretorius 95bc28552a Execute tempest using updated method
The old method of executing tempest via run_tempest.sh from
the root of the git clone has been deprecated and will soon
be removed.

This patch does the following:

- Moves the tempest execution into the role.
- Provides the ability to set the tests to be executed
  as a list. The list becomes a whitelist which is given
  to tempest to run. The whitelist can be a specific list
  of tests, or line seperated regex.
- Uses the modern execution method, but leaves the old
  method in place to allow other roles to transition.
- Exports the subunit results as raw, xml and html results.

Implements: blueprint testing-direct-tempest
Change-Id: I40f816ead338f90f9537a8494822ff10b06021cb
2016-10-17 21:20:21 +00:00
Andy McCrae 9b7b6ba267 Move tempest to Ansible 2.1.1 and central testing
Move tempest to use the central test repository as well as Ansible
2.1.1.

This mirrors the change made for the openstack-ansible-os_nova role,
whilst keeping tempest running on it's own container for testing
purposes.

Additionally this moves to use the testing scripts to simplify and make
the tox.ini file more uniform.

Co-Authored-By: Travis Truman <travis_truman@cable.comcast.com>
Change-Id: I06771dba022fa91bb0230a7c0ebe6d7872e80004
2016-09-30 09:32:14 +00:00
Mike Carden 44d3670d7d Remove duplicates from .gitignore
This patch removes the duplicated releasenotes/build
lines from .gitignore.

Change-Id: I3bfb0f4649ca41f1445311edcdb254e7cd84c545
2016-07-15 12:11:36 +10:00
Travis Truman 22f77167e8 Add Vagrantfile for local role testing
Running `vagrant up` will now execute the
same steps run by the role's gating process

Change-Id: I22a21d1f495ac2fc5a7b2b864285253af2730723
2016-05-11 13:26:11 -04:00
Jesse Pretorius b3a5e6b19a Add .swp files to .gitignore
Change-Id: Ia1f04c83152179119180df2b9a4c470815fe7a3a
2016-05-04 15:21:32 +01:00
Jesse Pretorius 9b224b22de Add reno scaffolding for release notes management
Change-Id: Ic3b376bc4444ab896a56daab589dfb6f354d0b5c
2016-04-09 19:21:29 +01:00
Kevin Carter 7ee029afe9 Implement base configuration for independent repository
Change-Id: I26cea8bede422a5e91ab3443a69fb77f1a7b0fde
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-03-03 13:02:14 +00:00