From: Ondrej Lichtner <olichtne(a)redhat.com>
This commit removes the attribute type from the interface tags team and
vlan. This was overlooked previously when the files were adjusted to fit
the new recipe format.
Signed-off-by: Ondrej Lichtner <olichtne(a)redhat.com>
---
recipes/smoke/lib/conf-team.xml | 2 +-
recipes/smoke/lib/conf-vlan.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes/smoke/lib/conf-team.xml b/recipes/smoke/lib/conf-team.xml
index cf5aac8..8493e09 100644
--- a/recipes/smoke/lib/conf-team.xml
+++ b/recipes/smoke/lib/conf-team.xml
@@ -1,7 +1,7 @@
<interfaces>
<eth id="if-1" network="net"/>
<eth id="if-2" network="net"/>
- <team id="testiface" type="team">
+ <team id="testiface">
<options>
<option name="teamd_config">
{
diff --git a/recipes/smoke/lib/conf-vlan.xml b/recipes/smoke/lib/conf-vlan.xml
index 92d5e23..542b167 100644
--- a/recipes/smoke/lib/conf-vlan.xml
+++ b/recipes/smoke/lib/conf-vlan.xml
@@ -1,6 +1,6 @@
<interfaces>
<eth id="if-1" network="net"/>
- <vlan id="testiface" type="vlan">
+ <vlan id="testiface">
<options>
<option name="vlan_tci" value="10"/>
</options>
--
1.8.1.4
Show replies by thread