Skip to content

Commit

Permalink
runtest/network_stress.interface: fix test names
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Kodanev <[email protected]>
  • Loading branch information
akodanev committed Jun 11, 2015
1 parent c505e18 commit 277d3a8
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions runtest/network_stress.interface
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
# Stress test for interface
#

if4-updown if4-updown
if4-addr-change if4-addr-change
if4-alias-adddel if4-alias-adddel
if4-alias-addlarge if4-alias-addlarge
if4-route-adddel if4-route-adddel
if4-route-addlarge if4-route-addlarge
if4-mtu-change if4-mtu-change

if6-updown if6-updown
if6-addr-adddel if6-addr-adddel
if6-addr-addlarge if6-addr-addlarge
if6-route-adddel if6-route-adddel
if6-route-addlarge if6-route-addlarge
if6-mtu-change if6-mtu-change
if4-updown if-updown
if4-addr-adddel if-addr-adddel
if4-addr-addlarge if-addr-addlarge
if4-route-adddel if-route-adddel
if4-route-addlarge if-route-addlarge
if4-mtu-change if-mtu-change

if6-updown if-updown -6
if6-addr-adddel if-addr-adddel -6
if6-addr-addlarge if-addr-addlarge -6
if6-route-adddel if-route-adddel -6
if6-route-addlarge if-route-addlarge -6
if6-mtu-change if-mtu-change -6

0 comments on commit 277d3a8

Please sign in to comment.