stress test of ping testcase 77/28777/6
authorliyin <liyin11@huawei.com>
Thu, 16 Feb 2017 04:30:12 +0000 (12:30 +0800)
committerAce Lee <liyin11@huawei.com>
Fri, 17 Feb 2017 06:15:45 +0000 (06:15 +0000)
commit58c97253eaaf72f73924837fca4ddcb5cb8a5d94
tree506b5cf15b80578433600693434aa54f473a8d26
parentbe6453bb485c720278c5f6a45a5194391e454ce4
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 <liyin11@huawei.com>
docker/Dockerfile
docker/bottleneck-compose/docker-compose.yml
requirements.txt
setup.py
testsuites/posca/run_posca.py
testsuites/posca/testcase_cfg/posca_stress_ping.yaml [new file with mode: 0644]
testsuites/posca/testcase_dashboard/system_bandwidth.py
testsuites/posca/testcase_script/posca_stress_ping.py [new file with mode: 0644]
utils/logger.py