Skip to content

Commit

Permalink
Fix rom code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs committed Jul 31, 2015
1 parent 6a1c30d commit ae8f3ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/add-del.t
Expand Up @@ -22,11 +22,11 @@ ip addr show dev eth0
echo "ok 1 eth0: exists already"

echo "# add a (virtual) interface"
$YAST lan add name=vlan50 ethdevice=eth0 bootproto=dhcp
$YAST lan add name=vlan50 ethdevice=eth0 bootproto=dhcp || tapfail
echo "ok 2 vlan50: added"

# check it has worked
ip addr show dev vlan50 || tapfail
ip addr show dev vlan50
echo "ok 3 vlan50: interface exists"

ls /etc/sysconfig/network/ifcfg-vlan50 || tapfail
Expand Down

0 comments on commit ae8f3ee

Please sign in to comment.