Change py27integration to integration.

Change py27integration to integration, since py27integration no longer
exist.

Change-Id: I35b40766a1e11b9973c44558545bc9d3491578a1
This commit is contained in:
gaofei 2019-12-03 17:43:41 +08:00
parent dc628ac00e
commit fba4a12889
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ Running the integration tests
#. Run the tests. ::
$ tox -e py27integration
$ tox -e integration
More information
----------------

View File

@ -14,7 +14,7 @@ sudo rm firefox.deb
HORIZON_DIR=/opt/stack/new/horizon
pushd $HORIZON_DIR
sudo -H -E -u stack tox -e py27integration
sudo -H -E -u stack tox -e integration
retval=$?
if [ -d openstack_dashboard/test/integration_tests/test_reports/ ]; then