diff options
Diffstat (limited to 'tests/functional-tests/2-nodes-vpp-bridge.robot')
-rw-r--r-- | tests/functional-tests/2-nodes-vpp-bridge.robot | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/functional-tests/2-nodes-vpp-bridge.robot b/tests/functional-tests/2-nodes-vpp-bridge.robot new file mode 100644 index 000000000..83c8818ab --- /dev/null +++ b/tests/functional-tests/2-nodes-vpp-bridge.robot @@ -0,0 +1,24 @@ +*** Settings *** +Resource resources/libraries/robot/runtest.robot +Resource resources/libraries/robot/common.robot +Suite Setup Run Keywords +... Build Topology 2-nodes vpp-bridge AND +... Check Environment +Suite Teardown Run Keywords +... Destroy Topology +Resource resources/libraries/robot/runtest.robot + +*** Test Cases *** + +Throughput Testing Raaqm Server VPP bridge + Run Throughput Test Raaqm vpp-bridge 500 500 500 + +Throughput Testing CBR Server VPP bridge + Run Throughput Test CBR vpp-bridge 1000 1300 1200 + +RTC Testing Server VPP bridge + Run RTC Test vpp-bridge 4 4 4 + +Latency Testing Server VPP bridge + Set Link hicn-light 500 1 0 0 + Run Latency Test vpp-bridge 3000 3000 3000 |