feat(jobspec): Unify soak jobspecs
[csit.git] / resources / templates / vm / vpp_2vfpt_ethip4_nat44ed_h4096_p63_s258048.exec
1 create interface avf 0000:00:06.0 num-rx-queues $queues
2 create interface avf 0000:00:07.0 num-rx-queues $queues
3
4 set interface ip address avf-0/0/6/0 $ip1
5 set interface state avf-0/0/6/0 up
6
7 set interface ip address avf-0/0/7/0 $ip2
8 set interface state avf-0/0/7/0 up
9
10 ip route add $route1 via $nexthop1 $routeif1
11 ip route add $route2 via $nexthop2 $routeif2
12
13 set ip neighbor static $arpif1 $arpip1 $arpmac1
14
15 $nat
16
17 show logging
18
19 show version