aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_svs.py
diff options
context:
space:
mode:
authorBenoît Ganne <bganne@cisco.com>2019-04-19 10:12:42 +0200
committerDave Wallace <dwallacelf@gmail.com>2019-04-19 18:24:31 +0000
commit1b52ca965c907812f8279dfeeee95341f15b3439 (patch)
tree14c2d66a525260e528cc7bb78aa270048a8be8bb /test/test_svs.py
parentf682facb272ba7a1adc08c9c464df140d4f4b714 (diff)
6rd: fix debug cli short-help
Debug cli short help for 6rd tunnel creation was out-of-date. Change-Id: I06e4d28481470825bf225ba0fd371a3aebd889fa Signed-off-by: Benoît Ganne <bganne@cisco.com>
Diffstat (limited to 'test/test_svs.py')
0 files changed, 0 insertions, 0 deletions
d72100a6c27379cd0ed56'>diffstats
path: root/fdio.infra.pxe/docker-dnsmasq/tftpboot/grub/grub.cfg-b4:2e:99:ab:1d:e8
blob: e6fac905e4ac14105949d77f161c33013061f281 (plain)
1
2
3
4
menuentry "Install s55-t13-sut1" {
    linux    /casper/ubuntu-jammy-arm64/vmlinuz ip=dhcp interface=b4:2e:99:ab:1d:e8 url=http://10.30.51.20:8081/ubuntu_jammy_arm64/ubuntu-20.04.4-live-server-arm64.iso autoinstall ds=nocloud-net\;s=http://10.30.51.20:8081/ubuntu_jammy_arm64/b4:2e:99:ab:1d:e8/ --- console=ttyAMA0,115200n8 quiet
    initrd   /casper/ubuntu-jammy-arm64/initrd
}