Congress tempest plugin

Congress had been modified to work with tempest plugin
model in I8681140d02926b4b3e6af84b8f03b9385e62cc72,
disable the old copy-paste model commands.

Change-Id: I5ea6bc8ff76e1f5a55a0a40066c2d9641444aaa2
This commit is contained in:
Rui Chen 2015-10-12 11:10:55 +08:00
parent 67024cc6d6
commit 5dd82e1c29

@ -35,9 +35,8 @@
fi
function pre_test_hook {{
# Install congress-devstack and congress-tempest integration
# Install congress-devstack
cp -r $BASE/new/congress/contrib/devstack/* $BASE/new/devstack/
cp -r $BASE/new/congress/contrib/tempest/* $BASE/new/tempest/
}}
export -f pre_test_hook