Step 1: Move vm scripts to the right place
[integration/test.git] / tools / odl-mdsal-clustering-tests / clustering-performance-test / flow-template.json
1 {
2     "flow": [
3         {
4             "id": "38",
5             "cookie": 38,
6             "instructions": {
7                 "instruction": [
8                     {
9                         "order": 0,
10                         "apply-actions": {
11                             "action": [
12                                 {
13                                     "order": 0,
14                                     "drop-action": { }
15                                 }
16                             ]
17                         }
18                     }
19                 ]
20             },
21             "hard-timeout": 65000,
22             "match": {
23                 "ethernet-match": {
24                     "ethernet-type": {
25                         "type": 2048
26                     }
27                 },
28                 "ipv4-destination": "10.0.0.38/32"
29             },
30             "flow-name": "TestFlow-8",
31             "strict": false,
32             "cookie_mask": 4294967295,
33             "priority": 2,
34             "table_id": 0,
35             "idle-timeout": 65000,
36             "installHw": false
37         }
38
39     ]
40 }