blob: 8c13f4fb91346a1c6749f97ac2e425abc0a22d9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
*** Settings ***
Resource resources/libraries/robot/runtest.robot
Resource resources/libraries/robot/common.robot
Suite Setup Run Keywords
... Build Topology 2-nodes vpp-memif-replication AND
... Check Environment
Suite Teardown Run Keywords
... Destroy Topology
Resource resources/libraries/robot/runtest.robot
*** Test Cases ***
Throughput Testing Raaqm Server VPP memif replication
Run Throughput Test Raaqm vpp-memif-replication 500 500 500
Throughput Testing CBR Server VPP memif
Run Throughput Test CBR vpp-memif-replication 2000 2000 2000
RTC Testing Server VPP memif replication
Run RTC Test vpp-memif-replication 4 4 4
Latency Testing Server VPP memif replication
Run Latency Test vpp-memif-replication 3000 3000 3000
|