aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2018-02-21 11:00:15 +0100
committerTibor Frank <tifrank@cisco.com>2018-02-21 11:00:15 +0100
commit394659ca1c7cac87627347bc850477448d0743c7 (patch)
tree49437a1c8574f9187133aee13f4d960fd1540384 /resources/tools/presentation
parent55f514061b2da3dd71e13e0a0c5a89797a2773ec (diff)
CSIT-891: Add data sources for 1801 report
Change-Id: I1f5f7e931cdbd4eb9ede9b2cc527d975c63684ad Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation')
-rw-r--r--resources/tools/presentation/specification.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml
index 6a18ce5436..80f5ab8e77 100644
--- a/resources/tools/presentation/specification.yaml
+++ b/resources/tools/presentation/specification.yaml
@@ -151,6 +151,10 @@
# TODO: Add the data sources
plot-throughput-speedup-analysis:
csit-vpp-perf-1801-all:
+ - 122 # full
+ - 126 # full
+ - 129 # full
+ - 140 # full
- 124 # sel
- 127 # sel
- 128 # sel
@@ -236,6 +240,10 @@
# TODO: Add the data sources
plot-vpp-throughput-latency:
csit-vpp-perf-1801-all:
+ - 122 # full
+ - 126 # full
+ - 129 # full
+ - 140 # full
- 124 # sel
- 127 # sel
- 128 # sel
nment, which is faster, but you may end up with some conflicts. Done. # STEPS TO START THE TESTS export PYTHONPATH=. # create topology, edit ip addresses cp topologies/available/3_node_hw_topo1.yaml.example topologies/available/topology.yaml ln -s ../available/topology.yaml topologies/enabled/topology.yaml pybot -L TRACE -v TOPOLOGY_PATH:topologies/enabled/topology.yaml tests or ./main.py -t topologies/enabled/topology.yaml -i test_tag or ./main.py # Dependencies on Nodes - virtualenv - pip - python2.7 - python-dev package - gcc (pycrypto) - libpcap-devel (pypcap) ``` bash # on fedora26 yum install -y python-virtualenv python-pip python python-devel libpcap-devel gcc # if you have the following error during pycrypto # gcc: error: /usr/lib/rpm/redhat/redhat-hardened-cc1 No such file or directory yum install -y redhat-rpm-config ```