Modified SFC test suite for creating flows in sff's and classifiers
[integration/test.git] / csit / variables / sfc / master / full-deploy / service-function-paths.json
1 {
2   "service-function-paths": {
3     "service-function-path": [
4       {
5         "name": "SFP1",
6         "service-chain-name": "SFC1",
7         "starting-index": 255,
8         "symmetric": "true",
9         "context-metadata": "NSH1",
10         "service-path-hop": [
11                     {
12                         "hop-number": 0,
13                         "service-function-name": "dpi-1"
14                     }
15                 ]
16       }
17     ]
18   }
19 }