Step 1: Move vm scripts to the right place
[integration/test.git] / csit / variables / xmls / g4.xml
1 <group xmlns="urn:opendaylight:flow:inventory">
2     <group-type>group-select</group-type>
3     <buckets>
4         <bucket>
5            <weight>1</weight>
6             <action>
7                 <output-action>
8                     <output-node-connector>openflow:1:1</output-node-connector>
9                 </output-action>
10                 <order>1</order>
11             </action>
12             <bucket-id>1</bucket-id>
13         </bucket>
14         <bucket>
15           <weight>1</weight>
16             <action>
17                 <output-action>
18                     <output-node-connector>openflow:1:2</output-node-connector>
19                 </output-action>
20                 <order>1</order>
21             </action>
22             <bucket-id>2</bucket-id>
23         </bucket>
24     </buckets>
25     <barrier>false</barrier>
26     <group-name>Foo</group-name>
27     <group-id>1</group-id>
28 </group>