blob: e23c35e6a7250ddc698117b349a9ba57ada35ac2 (
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
|
*** 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 CBR Mobile
Run Throughput Test CBR 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
|