Remove some debugging artifacts from file

This "show" command is really unneeded in
post-test-hook. It atifacts of debug integration
tests.

Change-Id: If96351be498d2ed5726fcf624160d89d9be172ed
This commit is contained in:
Michael Lelyakin 2016-11-10 20:02:40 +03:00
parent b0983e7032
commit 1f2dd3d929
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ source $DEVSTACK_DIR/stackrc
source $DEVSTACK_DIR/openrc admin demo
openstack dataprocessing plugin update fake /tmp/fake_config.json
openstack dataprocessing plugin show fake
sudo -H -u stack tox -e py27integration
retval=$?