summaryrefslogtreecommitdiffstats
path: root/test/doc
AgeCommit message (Expand)AuthorFilesLines
2017-01-27make-test: Add numbering to chapters' titlesTibor2-1/+2
2017-01-27make test: improve documentation generationKlement Sekera4-430/+432
2017-01-27Add sphinx read the doc theme.Tibor1-1/+2
2017-01-11make test: improve documentation and PEP8 complianceKlement Sekera1-9/+276
2016-11-15Update test documentation.Matej Klotton21-196/+40
2016-11-11Add single-loop test variant to L2BD and L2XC testsJan2-2/+2
2016-11-09Improve test framework documentationKlement Sekera22-45/+344
2016-10-31add vpp debugging support to test frameworkKlement Sekera2-87/+102
2016-10-26refactor test frameworkKlement Sekera3-0/+591
s2306-230612'>plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
set logging class virtio level debug

create interface virtio 0000:00:06.0
create interface virtio 0000:00:07.0

ip6 nd virtio-0/0/6/0 ra-suppress
ip6 nd virtio-0/0/7/0 ra-suppress

set interface state virtio-0/0/6/0 up
set interface state virtio-0/0/7/0 up

set interface ip address virtio-0/0/6/0 1:1::1/64
set interface ip address virtio-0/0/7/0 1:2::1/64

ip route add 2001:1::/64 via 1:1::2 virtio-0/0/6/0 up
ip route add 2001:2::/64 via 1:2::2 virtio-0/0/7/0 up

show logging

show version