diff options
author | kubi <jean.gaoliang@huawei.com> | 2015-12-31 14:38:49 +0800 |
---|---|---|
committer | Jörgen Karlsson <jorgen.w.karlsson@ericsson.com> | 2016-01-08 13:53:55 +0000 |
commit | cd80b44f3fd9b8c9e2afc51bc67d7a5cf34fb1c6 (patch) | |
tree | d5767deff3e8808fdd91313d0455ae353fa08999 /setup.py | |
parent | e2027b26582a839dc5c25a54fc5621695b9026c0 (diff) |
support for ipv6
JIRA:YARDSTICK-187
Change-Id: I1cecd400b4449a09d22d43f4a42e889f00dd4fe7
Signed-off-by: kubi <jean.gaoliang@huawei.com>
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ setup( 'benchmark/scenarios/availability/attacker/scripts/*.bash', 'benchmark/scenarios/compute/*.bash', 'benchmark/scenarios/networking/*.bash', + 'benchmark/scenarios/networking/*.txt', 'benchmark/scenarios/storage/*.bash', 'resources/files/*' ] |