aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional-tests/2-nodes-hicn-light.robot
blob: fedcc9797132c16497e52bdf097c9518ed5b544c (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
*** Settings ***
Resource          resources/libraries/robot/runtest.robot
Resource          resources/libraries/robot/common.robot
Suite Setup       Run Keywords
...               Build Topology                             2-nodes    hicn-light    AND
...               Check Environment
Suite Teardown    Run Keywords
...               Destroy Topology
Resource          resources/libraries/robot/runtest.robot

*** Test Cases ***

Throughput Testing Raaqm Mobile
    Run Throughput Test Raaqm    hicn-light    200    500    400

Throughput Testing Raaqm Mobile New
    Run Throughput Test Raaqm New    hicn-light    200    500    400

Throughput Testing CBR Mobile
    Run Throughput Test CBR    hicn-light    200    500    400

Throughput Testing CBR Mobile New
    Run Throughput Test CBR New    hicn-light    200    500    400

RTC Testing Mobile
    Run RTC Test    hicn-light    4    4    4

Latency Testing Mobile
    Set Link            hicn-light    500     1       0       0
    Run Latency Test    hicn-light    3000    3000    3000

Latency Testing Mobile New
    Set Link                    hicn-light    500     1       0       0
    Run Latency Test New        hicn-light    3000    3000    3000