From 58c97253eaaf72f73924837fca4ddcb5cb8a5d94 Mon Sep 17 00:00:00 2001 From: liyin Date: Thu, 16 Feb 2017 12:30:12 +0800 Subject: stress test of ping testcase JIRA:BOTTLENECK-136 those code will add a new testcase: posca_stress_ping This will use docker python client to realize the fountion of calling yardstick to test. And yardstick will create several VM pairs to test. Because of the limites of quotas, we now create 2,5,10 VM pairs. Change-Id: I096250c547cd598c7c632a884b31d81c2be125f8 Signed-off-by: liyin --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 5e32b238..8ca86175 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ from setuptools import setup, find_packages setup( name="bottlenecks", version="master", - py_modules=['bottlenecks_cli'], + py_modules=['cli/bottlenecks_cli'], packages=find_packages(), include_package_data=True, package_data={ @@ -43,4 +43,3 @@ setup( ], }, ) - -- cgit 1.2.3-korg