summaryrefslogtreecommitdiffstats
path: root/openvswitch-vlan.xml
blob: 9681acb44714c04c5c231d5ac2aae731edc84d4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<job retention_tag="120days">
	<whiteboard>
		run tests from git using restraint
	</whiteboard>
	<recipeSet priority="High">
		<recipe kernel_options="" kernel_options_post="" ks_meta="" role="None" whiteboard="rhel6u4_1 rhel6u4_2 rhel6u4_3">
			<autopick random="false"/>
			<watchdog panic="None"/>
			<packages/>
			<ks_appends/>
                        <repos>
                                <repo name="openvswitch" url="http://file.bos.redhat.com/~bpeck/openvswitch/"/>
                        </repos>
			<distroRequires>
				<and>
					<distro_family op="=" value="RedHatEnterpriseLinux6"/>
                                        <distro_tag op="=" value="STABLE"/>
                                        <distro_variant op="=" value="Server"/>
					<distro_arch op="=" value="x86_64"/>
				</and>
			</distroRequires>
			<hostRequires>
				<system_type value="Virtual"/>
			</hostRequires>
			<partitions/>
                       	<task name="/kernel/networking/add_interface" role="STANDALONE" id="1" status="Waiting">
                                <fetch url="git://git2.engineering.redhat.com/users/bpeck/tests.git?master#kernel/networking/add_interface" />
				<params>
					<param name="INTERFACES" value="eth1"/>
					<param name="eth1" value="DEVICE=eth1 TYPE=Ethernet ONBOOT=yes IPADDR=192.168.1.1 NETMASK=255.255.255.0"/>
				</params>
                       	</task>
                        <task name="/kernel/networking/openvswitch/libvirt/add_interface" role="STANDALONE" id="2" status="Waiting">
				<fetch url="git://git2.engineering.redhat.com/users/bpeck/tests.git?master#kernel/networking/openvswitch/libvirt/add_interface"/>
				<params>
					<param name="GUESTS" value="rhel6u4_1 rhel6u4_2 rhel6u4_3"/>
					<param name="rhel6u4_1" value="switch=ovsbridge1;tag=100"/>
					<param name="rhel6u4_2" value="switch=ovsbridge1;tag=100"/>
					<param name="rhel6u4_3" value="switch=ovsbridge1;tag=200"/>
				</params>
                        </task>
                        <task name="/kernel/networking/libvirt/netperf-client" role="STANDALONE" id="3" status="Waiting">
                                        <fetch url="git://git2.engineering.redhat.com/users/bpeck/tests.git?master#kernel/networking/libvirt/ping"/>
				<params>
					<param name="WHITEBOARD" value=""/>
					<param name="GUESTS" value="rhel6u4_1 rhel6u4_2 rhel6u4_3"/>
					<param name="rhel6u4_1" value="valid_addrs=192.168.1.1;192.168.1.2 invalid_addrs=192.168.1.3"/>
					<param name="rhel6u4_2" value="valid_addrs=192.168.1.1;192.168.1.2 invalid_addrs=192.168.1.3"/>
					<param name="rhel6u4_3" value="invalid_addrs=192.168.1.1;192.168.1.2 valid_addrs=192.168.1.3"/>
				</params>
			</task>
		</recipe>
	</recipeSet>
</job>