Fix setup.cfg using incorrect entry point

Change-Id: Ie18ef469aaaf7dc8c41cf858055519ab3f09e24c
This commit is contained in:
Felipe Monteiro 2017-05-22 15:29:42 +01:00
parent 744ccdfdc7
commit 20359be219
3 changed files with 2 additions and 7 deletions

View File

@ -16,10 +16,6 @@
# First argument ($1) expects 'rbac-role' as value for setting appropriate # First argument ($1) expects 'rbac-role' as value for setting appropriate
# tempest rbac option 'rbac_test_role'. # tempest rbac option 'rbac_test_role'.
# Install pip manually.
PATROLE_DIR=$BASE/new/patrole
sudo pip install -e $PATROLE_DIR
# Allow tempest.conf to be modified by Jenkins. # Allow tempest.conf to be modified by Jenkins.
sudo chown -R jenkins:stack $BASE/new/tempest sudo chown -R jenkins:stack $BASE/new/tempest
sudo chown -R jenkins:stack $BASE/data/tempest sudo chown -R jenkins:stack $BASE/data/tempest

View File

@ -14,6 +14,5 @@
# This script is executed inside pre_test_hook function in devstack gate. # This script is executed inside pre_test_hook function in devstack gate.
# Installs patrole tempest plugin manually. # Installs patrole tempest plugin manually.
PATROLE_DIR=$BASE/new/patrole PATROLE_DIR=$BASE/new/patrole
sudo pip install -e $PATROLE_DIR sudo pip install -e $PATROLE_DIR

View File

@ -22,7 +22,7 @@ classifier =
[files] [files]
packages = packages =
patrole patrole_tempest_plugin
[build_sphinx] [build_sphinx]
source-dir = doc/source source-dir = doc/source
@ -53,4 +53,4 @@ source-dir = releasenotes/source
[entry_points] [entry_points]
tempest.test_plugins = tempest.test_plugins =
patrole-tempest-plugin = patrole_tempest_plugin.plugin:PatroleTempestPlugin patrole_tempest_plugin = patrole_tempest_plugin.plugin:PatroleTempestPlugin