aboutsummaryrefslogtreecommitdiffstats
path: root/conf/integration/01_testcases.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/integration/01_testcases.conf')
-rw-r--r--conf/integration/01_testcases.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/conf/integration/01_testcases.conf b/conf/integration/01_testcases.conf
index 99154ad3..5e9fc66d 100644
--- a/conf/integration/01_testcases.conf
+++ b/conf/integration/01_testcases.conf
@@ -35,6 +35,7 @@ INTEGRATION_TESTS = [
"Deployment": "op2p",
"biDirectional": False,
"Tunnel Type": SUPPORTED_TUNNELING_PROTO[0],
+ "Tunnel Operation": "encapsulation",
"Description": "Overlay Encapsulation Throughput RFC2544 Test",
},
{
@@ -43,7 +44,26 @@ INTEGRATION_TESTS = [
"Deployment": "op2p",
"biDirectional": False,
"Tunnel Type": SUPPORTED_TUNNELING_PROTO[0],
+ "Tunnel Operation": "encapsulation",
"Description": "Overlay Encapsulation Continuous Stream",
},
+ {
+ "Name": "overlay_p2p_decap_tput",
+ "Traffic Type": "rfc2544",
+ "Deployment": "op2p",
+ "biDirectional": False,
+ "Tunnel Type": SUPPORTED_TUNNELING_PROTO[0],
+ "Tunnel Operation": "decapsulation",
+ "Description": "Overlay Decapsulation Throughput RFC2544 Test",
+ },
+ {
+ "Name": "overlay_p2p_decap_cont",
+ "Traffic Type": "continuous",
+ "Deployment": "op2p",
+ "biDirectional": False,
+ "Tunnel Type": SUPPORTED_TUNNELING_PROTO[0],
+ "Tunnel Operation": "decapsulation",
+ "Description": "Overlay Decapsulation Continuous Stream",
+ },
]