Update the Tempest plugin to point towards the new plugin

The Trove service has split it's tests for Tempest in a seperate
repo so this patch updates it.

This patch also fixes the lint issue to use the systemd module
reload feature instead of a command.

Closes-Bug: #1747608
Co-Authored-By: Major Hayden <major@mhtx.net>
Depends-On: I5f1ecb71c6125c29d6487bef6c2be215c1b561c1
Change-Id: I26d384a5c9aadade94052cc859f9405335635ed4
This commit is contained in:
Mohammed Naser 2018-02-06 08:31:42 -05:00
parent 8be124b8c7
commit 76fea25f33
2 changed files with 4 additions and 3 deletions

View File

@ -51,7 +51,8 @@
register: systemd_init
- name: Reload the systemd daemon
command: "systemctl daemon-reload"
systemd:
daemon_reload: true
when: systemd_init | changed
notify:
- Restart trove API services

View File

@ -51,8 +51,8 @@ tempest_run: yes
tempest_plugins:
- name: trove
repo: https://git.openstack.org/openstack/trove
repo: https://git.openstack.org/openstack/trove-tempest-plugin
branch: master
tempest_test_whitelist:
- trove.tests.tempest.tests.api.database.versions.*
- trove_tempest_plugin.tests.api.database.versions.*