add yardstick iruya 9.0.0 release notes
[yardstick.git] / setup.cfg
1 [metadata]
2 name = yardstick
3 home-page = https://www.opnfv.org
4 version = 0.1.dev0
5
6 [files]
7 packages = yardstick
8 scripts =
9     tools/yardstick-img-modify
10     tools/yardstick-img-lxd-modify
11     tools/yardstick-img-dpdk-modify
12 package-data =
13     yardstick =
14         benchmark/scenarios/availability/*.yaml
15         benchmark/scenarios/availability/attacker/*.yaml
16         benchmark/scenarios/availability/ha_tools/*.bash
17         benchmark/scenarios/availability/ha_tools/*/*.bash
18         benchmark/scenarios/availability/attacker/scripts/*.bash
19         benchmark/scenarios/availability/monitor/*.yaml
20         benchmark/scenarios/availability/monitor/script_tools/*.bash
21         benchmark/scenarios/compute/*.bash
22         benchmark/scenarios/networking/*.bash
23         benchmark/scenarios/networking/*.txt
24         benchmark/scenarios/parser/*.sh
25         benchmark/scenarios/storage/*.bash
26         network_services/nfvi/collectd.conf
27         network_services/nfvi/collectd.sh
28         resources/files/*
29         resources/scripts/install/*.bash
30         resources/scripts/remove/*.bash
31         resources/templates/*.vat
32     etc =
33         yardstick/nodes/*/*.yaml
34         yardstick/*.sample
35     tests =
36         opnfv/*/*.yaml
37         ci/*.sh
38
39 [entry_points]
40 console_scripts =
41     yardstick=yardstick.main:main
42     yardstick-plot=yardstick.plot.plotter:main [plot]
43 yardstick.scenario =