Add tests for symmetric paths using bidirectional flag in SF type
[integration/test.git] / csit / variables / sfc / master / symmetricRSP / service_function_types.json
diff --git a/csit/variables/sfc/master/symmetricRSP/service_function_types.json b/csit/variables/sfc/master/symmetricRSP/service_function_types.json
new file mode 100644 (file)
index 0000000..8d7d990
--- /dev/null
@@ -0,0 +1,16 @@
+{
+  "service-function-types": {
+    "service-function-type": [
+      {
+        "type": "dpi-bidirectional",
+        "bidirectional": "true",
+        "nsh-aware": "true"
+      },
+      {
+        "type": "dpi-non-bidirectional",
+        "bidirectional": "false",
+        "nsh-aware": "true"
+      }
+    ]
+  }
+}