X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=test%2Ftools%2Fodl-mdsal-clustering-tests%2Fclustering-performance-test%2Fflow-template.json;fp=test%2Ftools%2Fodl-mdsal-clustering-tests%2Fclustering-performance-test%2Fflow-template.json;h=25cc3938403eafa3db400076da23baefd6dfa645;hb=6dda5d7b7ec7f125953764ecb030abaf921eff73;hp=0000000000000000000000000000000000000000;hpb=4da2f0ab7c6427c3c60f9c53dc8dc78d2c55c5a4;p=integration%2Ftest.git diff --git a/test/tools/odl-mdsal-clustering-tests/clustering-performance-test/flow-template.json b/test/tools/odl-mdsal-clustering-tests/clustering-performance-test/flow-template.json new file mode 100644 index 0000000000..25cc393840 --- /dev/null +++ b/test/tools/odl-mdsal-clustering-tests/clustering-performance-test/flow-template.json @@ -0,0 +1,40 @@ +{ + "flow": [ + { + "id": "38", + "cookie": 38, + "instructions": { + "instruction": [ + { + "order": 0, + "apply-actions": { + "action": [ + { + "order": 0, + "drop-action": { } + } + ] + } + } + ] + }, + "hard-timeout": 65000, + "match": { + "ethernet-match": { + "ethernet-type": { + "type": 2048 + } + }, + "ipv4-destination": "10.0.0.38/32" + }, + "flow-name": "TestFlow-8", + "strict": false, + "cookie_mask": 4294967295, + "priority": 2, + "table_id": 0, + "idle-timeout": 65000, + "installHw": false + } + + ] +}