From 45cc79ae06a07e3478a81cf5aa04813d9b0f84e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Douglas=20Mendiz=C3=A1bal?= Date: Sun, 22 Feb 2015 15:52:11 -0600 Subject: [PATCH] Run client functional tests Fixed the post_test_hook to execute the functional tests in this repo instead of the barbican repo. Change-Id: Iba40cb7eaa82e2c006e5c73027d68a0c00bef6da --- functionaltests/post_test_hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functionaltests/post_test_hook.sh b/functionaltests/post_test_hook.sh index 81d78dd2..2ab490ab 100755 --- a/functionaltests/post_test_hook.sh +++ b/functionaltests/post_test_hook.sh @@ -17,5 +17,5 @@ # Install packages from test-requirements.txt sudo pip install -r /opt/stack/new/python-barbicanclient/test-requirements.txt -cd /opt/stack/new/barbican/functionaltests +cd /opt/stack/new/python-barbicanclient/functionaltests sudo ./run_tests.sh