aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional-tests/2-nodes-vpp-memif-replication.robot
blob: 186eb5c94cb67ae789e1a89f5b747da65fcb27ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
*** 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


*** Test Cases ***
Throughput Testing Raaqm Server VPP memif replication
    Run Throughput Test Raaqm
    ...    2-nodes
    ...    vpp-memif-replication
    ...    500
    ...    500
    ...    500

Throughput Testing CBR Server VPP memif
    Run Throughput Test CBR
    ...    2-nodes
    ...    vpp-memif-replication
    ...    2000
    ...    2000
    ...    2000

RTC Testing Server VPP memif replication
    Run RTC Test
    ...    2-nodes
    ...    vpp-memif-replication
    ...    4
    ...    4
    ...    4

Latency Testing Server VPP memif replication
    Run Latency Test
    ...    2-nodes
    ...    vpp-memif-replication
    ...    3000
    ...    3000
    ...    3000