Skip to content

Commit

Permalink
Merge pull request avocado-framework#3460 from chloerh/test_iface
Browse files Browse the repository at this point in the history
Update unittest of interface xml test
  • Loading branch information
dzhengfy authored Jul 28, 2022
2 parents 19b4b6c + 940e307 commit 2de2d1e
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<mac address="00:11:22:33:44:55"/>
<ip family='ipv4' address='172.17.2.0' prefix='24'/>
<ip family='ipv6' address='2001:db8:ac10:fd01::' prefix='64'/>
<virtualport type='openvswitch'>
<parameters profileid='menial' interfaceid='09b11c53-8b5c-4eeb-8f00-d84eaa0aaa4f'/>
</virtualport>
</interface>
'''

Expand All @@ -21,7 +24,11 @@
'ips': [
{'family': 'ipv4', 'address': '172.17.2.0', 'prefix': '24'},
{'family': 'ipv6', 'address': '2001:db8:ac10:fd01::', 'prefix': '64'}
]
],
'virtualport':
{'parameters': {'interfaceid': '09b11c53-8b5c-4eeb-8f00-d84eaa0aaa4f',
'profileid': 'menial'},
'type': 'openvswitch'}
}


Expand Down

0 comments on commit 2de2d1e

Please sign in to comment.