HomeSort by relevance Sort by last modified time
    Searched refs:virt_type (Results 1 - 19 of 19) sorted by null

  /external/ltp/testcases/network/virt/
vlan02.sh 10 virt_type="vlan"
ipvlan01.sh 10 virt_type="ipvlan"
macvlan01.sh 10 virt_type="macvlan"
macvtap01.sh 10 virt_type="macvtap"
gre01.sh 19 virt_type="gre"
20 [ "$TST_IPV6" ] && virt_type="ip6gre"
27 tst_res TINFO "test $virt_type"
sit01.sh 9 virt_type="sit"
18 tst_res TINFO "test $virt_type"
vxlan01.sh 13 virt_type="vxlan"
virt_lib.sh 38 case "$virt_type" in
56 tst_brk TCONF "iproute2 or kernel doesn't support $virt_type"
106 case $virt_type in
110 [ "$virt_type" = "vxlan" ] && opt="$opt dev $(tst_iface)"
124 case $virt_type in
126 ip li add $vname type $virt_type $opt
129 ip -f inet$TST_IPV6 tu add $vname mode $virt_type $opt
132 ip li add link $(tst_iface) $vname type $virt_type $opt
140 case $virt_type in
142 [ "$virt_type" = "vxlan" ] && opt="dev $(tst_iface rhost)
    [all...]
vxlan02.sh 14 virt_type="vxlan"
vlan01.sh 16 virt_type="vlan"
geneve01.sh 12 virt_type="geneve"
vlan03.sh 21 virt_type="vlan"
vxlan03.sh 19 virt_type="vxlan"
macsec_lib.sh 7 virt_type="macsec"
  /external/ltp/testcases/network/mpls/
mpls03.sh 14 virt_type="gre"
18 virt_type="ip6gre"
mpls04.sh 14 virt_type="sit"
mpls_lib.sh 74 tst_res TINFO "test $virt_type with MPLS"
  /external/ltp/include/
tst_cpu.h 28 int tst_is_virt(int virt_type);
  /external/ltp/lib/
tst_virt.c 70 char virt_type[64]; local
82 if (!fgets(virt_type, sizeof(virt_type), f))
83 virt_type[0] = '\0';
96 if (strncmp("kvm", virt_type, 3))
99 if (strncmp("xen", virt_type, 3))
105 int tst_is_virt(int virt_type)
110 return ret == virt_type;
112 switch (virt_type) {
119 tst_brkm(TBROK, NULL, "invalid virt_type flag: %d", virt_type)
    [all...]

Completed in 194 milliseconds