Add functional tests in verify and merge 63/1563/5
authorkubi <jean.gaoliang@huawei.com>
Tue, 15 Sep 2015 07:37:14 +0000 (03:37 -0400)
committerkubi <jean.gaoliang@huawei.com>
Fri, 25 Sep 2015 07:32:26 +0000 (15:32 +0800)
commit531ac9968cf8703ad7a2c70f45837ce0e81dbec9
treeed1a8d5e8bcb1665b49a8521858a1ac6207a5cbf
parent735af0fc05d73cbc7bd97b52a230d966cbfec6c3
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 <jean.gaoliang@huawei.com>
run_tests.sh
setup.py
tests/functional/__init__.py [new file with mode: 0755]
tests/functional/test_cli_runner.py [new file with mode: 0755]
tests/functional/test_cli_scenario.py [new file with mode: 0755]
tests/functional/utils.py [new file with mode: 0755]