From 531ac9968cf8703ad7a2c70f45837ce0e81dbec9 Mon Sep 17 00:00:00 2001 From: kubi Date: Tue, 15 Sep 2015 03:37:14 -0400 Subject: Add functional tests in verify and merge As Ana said ,"The first functional test should be as simple as a "Hello world", it shall be possible to run the "Hello world" test without using OpenStack." so i just finish functional test framework and do functional test for subcommand "runner"and"scenario" without using Openstack. JIRA:YARDSTICK-103 Change-Id: I673ae61f9922536a685d32ae62e5ad5165472f9d Signed-off-by: kubi --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f171aafee..75e589ee3 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,8 @@ setup( "python-novaclient>=2.24.1", "mock>=1.0.1", # remove with python3 "paramiko", - "six" + "six", + "testrepository>=0.0.18" ], extras_require={ 'plot': ["matplotlib>=1.4.2"] -- cgit 1.2.3-korg