aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/cop
diff options
context:
space:
mode:
authorDave Barach <dave@barachs.net>2017-04-24 10:46:54 -0400
committerFlorin Coras <florin.coras@gmail.com>2017-04-25 16:18:42 +0000
commit11b8dbf78af49d270a0e72abe7dea73eec30d85f (patch)
tree5c9c513483f5c468efcb64b82c03c32733dc3a77 /src/vnet/cop
parent45d3496f3d86ee1a930ce0ffd6ca3d1730355eb8 (diff)
"autoreply" flag: autogenerate standard xxx_reply_t messages
Change-Id: I72298aaae7d172082ece3a8edea4217c11b28d79 Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'src/vnet/cop')
-rw-r--r--src/vnet/cop/cop.api28
1 files changed, 3 insertions, 25 deletions
diff --git a/src/vnet/cop/cop.api b/src/vnet/cop/cop.api
index b34dae8026e..693160018a4 100644
--- a/src/vnet/cop/cop.api
+++ b/src/vnet/cop/cop.api
@@ -20,7 +20,7 @@
@param enable_disable - 1 => enable, 0 => disable
*/
-define cop_interface_enable_disable
+autoreply define cop_interface_enable_disable
{
u32 client_index;
u32 context;
@@ -28,17 +28,6 @@ define cop_interface_enable_disable
u8 enable_disable;
};
-/** \brief cop: interface enable/disable junk filtration reply
- @param context - returned sender context, to match reply w/ request
- @param retval - return code
-*/
-
-define cop_interface_enable_disable_reply
-{
- u32 context;
- i32 retval;
-};
-
/** \brief cop: enable/disable whitelist filtration features on an interface
Note: the supplied fib_id must match in order to remove the feature!
@@ -51,7 +40,7 @@ define cop_interface_enable_disable_reply
@param default_cop - 1 => enable non-ip4, non-ip6 filtration 0=> disable it
*/
-define cop_whitelist_enable_disable
+autoreply define cop_whitelist_enable_disable
{
u32 client_index;
u32 context;
@@ -62,17 +51,6 @@ define cop_whitelist_enable_disable
u8 default_cop;
};
-/** \brief cop: interface enable/disable junk filtration reply
- @param context - returned sender context, to match reply w/ request
- @param retval - return code
-*/
-
-define cop_whitelist_enable_disable_reply
-{
- u32 context;
- i32 retval;
-};
-
/** \brief get_node_graph - get a copy of the vpp node graph
including the current set of graph arcs.
@@ -85,4 +63,4 @@ define cop_whitelist_enable_disable_reply
* eval: (c-set-style "gnu")
* End:
*/
- \ No newline at end of file
+
56'>56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537
# Directory structure re-organization

## Table of contents

1. [The new structure](#the-new-structure)
1. [Tests](#tests)
   1. [Performance](#performance)
   1. [Functional](#functional)
1. [Keywords](#keywords)
   1. [L2 Robot keywords](#l2-robot-keywords)
   1. [L1 Python keywords](#l1-python-keywords)

## The new structure

### Tests
```
$CSIT/
    tests/
        vpp/
            func/
                l2bd/
                l2xc/
                ip4/
                ip6/
                ip4_tunnels/
                ip6_tunnels/
                vm_vhost/
                crypto/
                interfaces/
                telemetry/
                honeycomb/
            perf/
                l2/
                ip4/
                ip6/
                ip4_tunnels/
                ip6_tunnels/
                vm_vhost/
                crypto/
        dpdk/
            func/
            perf/
        nsh_sfc/
            func/
            perf/
        tldk/
            func/
            perf/
```

### Keywords
```
$CSIT/
    resources/
        libraries/
            bash/
            python/
                packages/ (dirs): feature | area
                    modules/
            robot/
                shared/
                l2/
                ip/
                overlay/
                vm/
                crypto/
                dpdk/
                nsh_sfc/
                tldk/
                honeycomb/
                performance/
                telemetry/
                features/
                fds/
```

*Notes:*
1. **l1/** - L1 will not be created, L1 KWs will be temporarily kept in L2 (their
   current place) and asap refactored using Python
1. **l2/** - Not needed if we do not have l1/


### Other resources
```
$CSIT/
    resources/
        templates/
            vat/
            honeycomb/
        test_data/
            honeycomb/
            lisp/
            softwire/
        tools/
            disk_image_builder/
            doc_gen/
            report_gen/
            scripts/
            testbed_setup/
            topology/
            trex/
            vagrant/
            virl/
        topology_schemas/
        traffic_scripts/
        traffic_profiles/
            trex/
            ixia/
```

## Tests

### Performance

#### L2 Ethernet Switching
```
ls | grep -E "(eth|dot1q|dot1ad)-(l2xcbase|l2bdbasemaclrn)-(ndrpdrdisc|ndrchk|pdrchk)"
```
```
l2/
    10ge2p1vic1227-eth-l2bdbasemaclrn-ndrpdrdisc.robot
    10ge2p1x520-dot1ad-l2xcbase-ndrchk.robot
    10ge2p1x520-dot1ad-l2xcbase-ndrpdrdisc.robot
    10ge2p1x520-dot1q-l2xcbase-ndrchk.robot
    10ge2p1x520-dot1q-l2xcbase-ndrpdrdisc.robot
    10ge2p1x520-eth-l2bdbasemaclrn-ndrchk.robot
    10ge2p1x520-eth-l2bdbasemaclrn-ndrpdrdisc.robot
    10ge2p1x520-eth-l2bdbasemaclrn-pdrchk.robot
    10ge2p1x520-eth-l2xcbase-ndrchk.robot
    10ge2p1x520-eth-l2xcbase-ndrpdrdisc.robot
    10ge2p1x520-eth-l2xcbase-pdrchk.robot
    10ge2p1x710-eth-l2bdbasemaclrn-ndrpdrdisc.robot
    40ge2p1vic1385-eth-l2bdbasemaclrn-ndrpdrdisc.robot
    40ge2p1xl710-eth-l2bdbasemaclrn-ndrpdrdisc.robot
    40ge2p1xl710-eth-l2xcbase-ndrpdrdisc.robot
```

#### IPv4 Routed-Forwarding
```
ls | grep -P 'ethip4(udp|)-ip4(base|scale)[a-z0-9]*(?!-eth-[0-9]vhost).*-(ndrpdrdisc|ndrchk|pdrchk)'
```
```
ip4/
    10ge2p1x520-ethip4-ip4base-copwhtlistbase-ndrchk.robot
    10ge2p1x520-ethip4-ip4base-copwhtlistbase-ndrpdrdisc.robot
    10ge2p1x520-ethip4-ip4base-iacldstbase-ndrchk.robot
    10ge2p1x520-ethip4-ip4base-iacldstbase-ndrpdrdisc.robot
    10ge2p1x520-ethip4-ip4base-ipolicemarkbase-ndrchk.robot
    10ge2p1x520-ethip4-ip4base-ipolicemarkbase-ndrpdrdisc.robot
    10ge2p1x520-ethip4-ip4base-ndrchk.robot
    10ge2p1x520-ethip4-ip4base-ndrpdrdisc.robot
    10ge2p1x520-ethip4-ip4base-pdrchk.robot
    10ge2p1x520-ethip4-ip4base-snat-ndrpdrdisc.robot
    10ge2p1x520-ethip4-ip4scale200k-ndrchk.robot
    10ge2p1x520-ethip4-ip4scale200k-ndrpdrdisc.robot
    10ge2p1x520-ethip4-ip4scale20k-ndrchk.robot
    10ge2p1x520-ethip4-ip4scale20k-ndrpdrdisc.robot
    10ge2p1x520-ethip4-ip4scale2m-ndrchk.robot
    10ge2p1x520-ethip4-ip4scale2m-ndrpdrdisc.robot
    10ge2p1x520-ethip4-ip4scale2m-pdrchk.robot
    10ge2p1x520-ethip4udp-ip4base-udpsrcscale15-snat-ndrpdrdisc.robot
    10ge2p1x520-ethip4udp-ip4scale1000-udpsrcscale15-snat-ndrpdrdisc.robot
    10ge2p1x520-ethip4udp-ip4scale100-udpsrcscale15-snat-ndrpdrdisc.robot
    10ge2p1x520-ethip4udp-ip4scale10-udpsrcscale15-snat-ndrpdrdisc.robot
    10ge2p1x520-ethip4udp-ip4scale2000-udpsrcscale15-snat-ndrpdrdisc.robot
    10ge2p1x520-ethip4udp-ip4scale4000-udpsrcscale15-snat-ndrpdrdisc.robot
    40ge2p1xl710-ethip4-ip4base-ndrpdrdisc.robot
```

#### IPv6 Routed-Forwarding
```
ls | grep -E "ethip6-ip6(base|scale)[-a-z0-9]*-(ndrpdrdisc|ndrchk|pdrchk)"
```
```
ip6/
    10ge2p1x520-ethip6-ip6base-copwhtlistbase-ndrchk.robot
    10ge2p1x520-ethip6-ip6base-copwhtlistbase-ndrpdrdisc.robot
    10ge2p1x520-ethip6-ip6base-iacldstbase-ndrchk.robot
    10ge2p1x520-ethip6-ip6base-iacldstbase-ndrpdrdisc.robot
    10ge2p1x520-ethip6-ip6base-ndrchk.robot
    10ge2p1x520-ethip6-ip6base-ndrpdrdisc.robot
    10ge2p1x520-ethip6-ip6base-pdrchk.robot
    10ge2p1x520-ethip6-ip6scale200k-ndrchk.robot
    10ge2p1x520-ethip6-ip6scale200k-ndrpdrdisc.robot
    10ge2p1x520-ethip6-ip6scale20k-ndrchk.robot
    10ge2p1x520-ethip6-ip6scale20k-ndrpdrdisc.robot
    10ge2p1x520-ethip6-ip6scale2m-ndrchk.robot
    10ge2p1x520-ethip6-ip6scale2m-ndrpdrdisc.robot
    10ge2p1x520-ethip6-ip6scale2m-pdrchk.robot
    40ge2p1xl710-ethip6-ip6base-ndrpdrdisc.robot
```

#### IPv4 Overlay Tunnels
```
ls | grep -E "ethip4[a-z0-9]+-[a-z0-9]*-(ndrpdrdisc|ndrchk|pdrchk)"
```
```
ip4_tunnels/
    10ge2p1x520-ethip4lispip4-ip4base-ndrchk.robot
    10ge2p1x520-ethip4lispip4-ip4base-ndrpdrdisc.robot
    10ge2p1x520-ethip4lispip4-ip4base-pdrchk.robot
    10ge2p1x520-ethip4lispip6-ip4base-ndrchk.robot
    10ge2p1x520-ethip4lispip6-ip4base-ndrpdrdisc.robot
    10ge2p1x520-ethip4lispip6-ip4base-pdrchk.robot
    10ge2p1x520-ethip4vxlan-l2bdbasemaclrn-ndrpdrdisc.robot
    10ge2p1x520-ethip4vxlan-l2bdbasemaclrn-pdrchk.robot
    10ge2p1x520-ethip4vxlan-l2xcbase-ndrchk.robot
    10ge2p1x520-ethip4vxlan-l2xcbase-ndrpdrdisc.robot
    10ge2p1x520-ethip4vxlan-l2xcbase-pdrchk.robot
```

#### IPv6 Overlay Tunnels
```
ls | grep -E "ethip6[a-z0-9]+-[a-z0-9]*-(ndrpdrdisc|ndrchk|pdrchk)"
```
```
ip6_tunnels/
    10ge2p1x520-ethip6lispip4-ip6base-ndrchk.robot
    10ge2p1x520-ethip6lispip4-ip6base-ndrpdrdisc.robot
    10ge2p1x520-ethip6lispip4-ip6base-pdrchk.robot
    10ge2p1x520-ethip6lispip6-ip6base-ndrchk.robot
    10ge2p1x520-ethip6lispip6-ip6base-ndrpdrdisc.robot
    10ge2p1x520-ethip6lispip6-ip6base-pdrchk.robot
```

#### VM vhost Connections
```
ls | grep -E ".*vhost.*-(ndrpdrdisc|ndrchk|pdrchk)"
```
```
vm_vhost/
    10ge2p1x520-dot1q-l2bdbasemaclrn-eth-2vhost-1vm-ndrpdrdisc.robot
    10ge2p1x520-dot1q-l2bdbasemaclrn-eth-2vhost-1vm-pdrchk.robot
    10ge2p1x520-dot1q-l2xcbase-eth-2vhost-1vm-ndrpdrdisc.robot
    10ge2p1x520-dot1q-l2xcbase-eth-2vhost-1vm-pdrchk.robot
    10ge2p1x520-ethip4-ip4base-eth-2vhost-1vm-ndrpdrdisc.robot
    10ge2p1x520-ethip4-ip4base-eth-2vhost-1vm-pdrchk.robot
    10ge2p1x520-ethip4-ip4base-eth-4vhost-2vm-ndrpdrdisc.robot
    10ge2p1x520-ethip4vxlan-l2bdbasemaclrn-eth-2vhost-1vm-ndrpdrdisc.robot
    10ge2p1x520-eth-l2bdbasemaclrn-eth-2vhost-1vm-ndrpdrdisc.robot
    10ge2p1x520-eth-l2bdbasemaclrn-eth-4vhost-2vm-ndrpdrdisc.robot
    10ge2p1x520-eth-l2xcbase-eth-2vhost-1vm-ndrpdrdisc.robot
    10ge2p1x520-eth-l2xcbase-eth-2vhost-1vm-pdrchk.robot
    10ge2p1x520-eth-l2xcbase-eth-4vhost-2vm-ndrpdrdisc.robot
    10ge2p1x710-eth-l2bdbasemaclrn-eth-2vhost-1vm-ndrpdrdisc.robot
    40ge2p1xl710-ethip4-ip4base-eth-4vhost-2vm-ndrpdrdisc.robot
    40ge2p1xl710-eth-l2bdbasemaclrn-eth-2vhost-1vm-ndrpdrdisc.robot
    40ge2p1xl710-eth-l2bdbasemaclrn-eth-4vhost-2vm-ndrpdrdisc.robot
    40ge2p1xl710-eth-l2xcbase-eth-4vhost-2vm-ndrpdrdisc.robot
```

#### IPSec Crypto HW: IP4 Routed-Forwarding
```
ls | grep -E ".*ipsec.*-(ndrpdrdisc|ndrchk|pdrchk)"
```
```
crypto/
    40ge2p1xl710-ethip4ipsecbasetnl-ip4base-int-aes-gcm-ndrpdrdisc.robot
    40ge2p1xl710-ethip4ipsecbasetnl-ip4base-int-cbc-sha1-ndrpdrdisc.robot
    40ge2p1xl710-ethip4ipsecbasetnl-ip4base-tnl-aes-gcm-ndrpdrdisc.robot
    40ge2p1xl710-ethip4ipsecbasetnl-ip4base-tnl-cbc-sha1-ndrpdrdisc.robot
    40ge2p1xl710-ethip4ipsecscale1000tnl-ip4base-int-aes-gcm-ndrpdrdisc.robot
    40ge2p1xl710-ethip4ipsecscale1000tnl-ip4base-int-cbc-sha1-ndrpdrdisc.robot
    40ge2p1xl710-ethip4ipsecscale1000tnl-ip4base-tnl-aes-gcm-ndrpdrdisc.robot
    40ge2p1xl710-ethip4ipsecscale1000tnl-ip4base-tnl-cbc-sha1-ndrpdrdisc.robot
    40ge2p1xl710-ethip4ipsectptlispgpe-ip4base-cbc-sha1-ndrpdrdisc.robot
```

### Functional

#### L2 Ethernet Switching
```
l2bd/
    eth2p-dot1ad--dot1q-l2bdbasemaclrn-vlantrans21-func.robot
    eth2p-dot1ad-l2bdbasemaclrn-vlantrans22-func.robot
    eth2p-dot1q--dot1ad-l2bdbasemaclrn-vlantrans12-func.robot
    eth2p-dot1q-l2bdbasemaclrn-vlantrans11-func.robot
    eth2p-eth-l2bdbasemaclrn-func.robot
    eth2p-eth-l2bdbasemacstc-func.robot
    eth4p-eth-l2bdbasemaclrn-l2shg-func.robot
```

```
l2xc/
    eth2p-dot1ad--dot1q-l2xcbase-vlantrans21-func.robot
    eth2p-dot1ad-l2xcbase-func.robot
    eth2p-dot1ad-l2xcbase-vlantrans22-func.robot
    eth2p-dot1q--dot1ad-l2xcbase-vlantrans12-func.robot
    eth2p-dot1q-l2xcbase-vlantrans11-func.robot
    eth2p-eth-l2xcbase-func.robot
    eth2p-eth-l2xcbase-iaclbase-func.robot
```

#### IPv4 Routed-Forwarding
```
ip4/
    eth2p-dot1q-ip4base-func.robot
    eth2p-ethip4-ip4base-copblklistbase-func.robot
    eth2p-ethip4-ip4base-copwhlistbase-func.robot
    eth2p-ethip4-ip4base-func.robot
    eth2p-ethip4-ip4base-iaclbase-func.robot
    eth2p-ethip4-ip4base-ip4arp-func.robot
    eth2p-ethip4-ip4base-ip4dhcpclient-func.robot
    eth2p-ethip4-ip4base-ip4dhcpproxy-func.robot
    eth2p-ethip4-ip4base-ip4ecmp-func.robot
    eth2p-ethip4-ip4base-ip4proxyarp-func.robot
    eth2p-ethip4-ip4base-ipolicemarkbase-func.robot
    eth2p-ethip4-ip4base-rpf-func.robot
    eth2p-ethip4-ip4basevrf-func.robot
```

#### IPv6 Routed-Forwarding
```
ip6/
    eth2p-ethip6-ip6base-copblklistbase-func.robot
    eth2p-ethip6-ip6base-copwhlistbase-func.robot
    eth2p-ethip6-ip6base-func.robot
    eth2p-ethip6-ip6base-iaclbase-func.robot
    eth2p-ethip6-ip6base-ip6dhcpproxy-func.robot
    eth2p-ethip6-ip6base-ip6ecmp-func.robot
    eth2p-ethip6-ip6base-ip6ra-func.robot
    eth2p-ethip6-ip6base-ipolicemarkbase-func.robot
    eth2p-ethip6-ip6basevrf-func.robot
```

#### IPv4 Overlay Tunnels
```
ip4_tunnels/
    gre/
        eth2p-ethip4gre-ip4base-func.robot
    lisp/
        api-crud-lisp-func.robot
        eth2p-ethip4lispgpe-ip4base-func.robot
        eth2p-ethip4lispgpe-ip4basevrf-func.robot
        eth2p-ethip4lispgpe-ip6base-func.robot
        eth2p-ethip4lispgpe-ip6basevrf-func.robot
        eth2p-ethip4lisp-ip4base-func.robot
        eth2p-ethip4lisp-l2bdbasemaclrn-func.robot
    softwire/
        eth2p-ethip4--ethip6ip4-ip4base--ip6base-swiremapt-func.robot
        eth2p-ethip4--ethip6ip4-ip4base--ip6base-swirelw46-func.robot
        eth2p-ethip4--ethip6ip4-ip4base--ip6base-swiremape-func.robot
    vxlan/
        eth2p-dot1qip4vxlan-l2bdbasemaclrn-func.robot
        eth4p-ethip4vxlan-l2bdbasemaclrn-l2shg-func.robot
        eth2p-ethip4vxlan-l2bdbasemaclrn-func.robot
        eth2p-ethip4vxlan-l2xcbase-func.robot
```

#### IPv6 Overlay Tunnels
```
ip6_tunnels/
    lisp/
        eth2p-ethip6lispgpe-ip6base-func.robot
        eth2p-ethip6lispgpe-ip6basevrf-func.robot
        eth2p-ethip6lispgpe-ip4base-func.robot
        eth2p-ethip6lisp-l2bdbasemaclrn-func.robot
    vxlan/
        eth2p-ethip6vxlan-l2bdbasemaclrn-func.robot
        eth4p-ethip6vxlan-l2bdbasemaclrn-l2shg-func.robot
```

#### VM vhost Connections
```
vm_vhost/
    l2bd/
        eth2p-dot1q-l2bdbasemaclrn-eth-2vhost-1vm-func.robot
        eth2p-dot1q-l2bdbasemaclrn-eth-4vhost-2vm-fds-provider-nets-func.robot
        eth2p-ethip4-l2bdbase-vhost-client-reconnect-2vm-func.robot
        eth2p-ethip4vxlan-l2bdbasemaclrn-eth-2vhost-1vm-func.robot
        eth2p-ethip4vxlan-l2bdbasemaclrn--eth-4vhost-2vm-fds-tenant-nets-func.robot
        eth2p-ethip6vxlan-l2bdbasemaclrn-eth-2vhost-1vm-func.robot
        eth2p-eth-l2bdbasemaclrn-eth-2vhost-1vm-func.robot
        eth2p-eth-l2bdbasemacstc-eth-2vhost-1vm-func.robot
    l2xc/
        eth2p-eth-l2xcbase-eth-2vhost-1vm-func.robot
    ip4/
        eth2p-ethip4-ip4base-eth-2vhost-1vm.robot
        eth2p-ethip4ipsectptlispgpe-ip4base-eth-2vhost-1vm-func.robot
        eth2p-ethip4ipsectptlispgpe-ip6base-eth-2vhost-1vm-func.robot
        eth2p-ethip4lispgpe-ip4base-eth-2vhost-1vm-func.robot
        eth2p-ethip4lispgpe-ip4basevrf-eth-2vhost-1vm-func.robot
        eth2p-ethip4lispgpe-ip6base-eth-2vhost-1vm-func.robot
    ip6/
        eth2p-ethip6ipsectptlispgpe-ip4base-eth-2vhost-1vm-func.robot
        eth2p-ethip6ipsectptlispgpe-ip6base-eth-2vhost-1vm-func.robot
        eth2p-ethip6lispgpe-ip6base-eth-2vhost-1vm-func.robot
        eth2p-ethip6lispgpe-ip6basevrf-eth-2vhost-1vm-func.robot
```

#### Crypto HW: IP4 Routed-Forwarding
```
crypto/
    eth2p-ethip4ipsectnl-ip4base-func.robot
    eth2p-ethip4ipsectpt-ip4base-func.robot
    eth2p-ethip4ipsectptlispgpe-ip4base-func.robot
    eth2p-ethip4ipsectptlispgpe-ip6base-func.robot
    eth2p-ethip4ipsectptlispgpe-ip6basevrf-func.robot
    eth2p-ethip6ipsectnl-ip6base-func.robot
    eth2p-ethip6ipsectpt-ip6base-func.robot
    eth2p-ethip6ipsectptlispgpe-ip4base-func.robot
    eth2p-ethip6ipsectptlispgpe-ip6base-func.robot
```

#### Honecomb
```
honeycomb/
    __init__.robot
    mgmt-cfg-l2fib-apihc-apivat-func.robot
    mgmt-cfg-slaac-apihc-func.robot
    mgmt-cfg-l2bd-apihc-apivat-func.robot
    mgmt-cfg-lisp-apihc-apivat-func.robot
    mgmt-cfg-intip4-intip6-apihc-apivat-func.robot
    mgmt-cfg-nsh-apihc-apivat-func.robot
    mgmt-cfg-proxyarp-apihc-func.robot
    mgmt-cfg-int-subint-apihc-apivat-func.robot
    mgmt-cfg-snat44-apihc-apivat-func.robot
    mgmt-cfg-vxlangpe-apihc-apivat-func.robot
    mgmt-cfg-pluginacl-apihc-apivat-func.robot
    mgmt-cfg-dhcp-apihc-apivat-func.robot
    mgmt-cfg-inttap-apihc-apivat-func.robot
    mgmt-cfg-routing-apihc-apivat-func.robot
    mgmt-cfg-spanrx-apihc-apivat-func.robot
    mgmt-cfg-vxlan-apihc-apivat-func.robot
    mgmt-cfg-policer-apihc-func.robot
    mgmt-cfg-intvhost-apihc-apivat-func.robot
    mgmt-notif-apihcnc-func.robot
    mgmt-cfg-proxynd6-apihc-func.robot
    mgmt-cfg-pbb-apihc-apivat-func.robot
    mgmt-statepersist-apihc-func.robot
    mgmt-cfg-int-apihcnc-func.robot
    mgmt-cfg-acl-apihc-apivat-func.robot
```

#### Telemetry
```
telemetry/
    eth2p-ethip4-ip4base-ip4ipfixbase-func.robot
    eth2p-ethip4-ip4base-ip4ipfixscale-func.robot
    eth2p-ethip4-ip4base-spanrx-func.robot
    eth2p-ethip6-ip6base-ip6ipfixbase-func.robot
    eth2p-ethip6-ip6base-ip6ipfixscale-func.robot
    eth2p-ethip6-ip6base-spanrx-func.robot
```

#### Interface
```
interfaces/
    api-crud-tap-func.robot
    eth2p-ethip4-ip4base-eth-1tap-func.robot
    eth2p-eth-l2bdbasemaclrn-eth-2tap-func.robot
    eth2p-eth-l2bdbasemaclrn-l2shg-eth-2tap-func.robot
```


## Keywords

### L2 Robot keywords
```
shared/
    counters.robot
    default.robot
    interfaces.robot
    traffic.robot
    testing_path.robot
    lxc.robot
l2/
    bridge_domain.robot
    l2_traffic.robot
    l2_xconnect.robot
    tagging.robot
ip/
    ipv4.robot
    ipv6.robot
    snat.robot
    map.robot
overlay/
    gre.robot
    lisp_static_adjacency.robot
    lispgpe.robot
    l2lisp.robot
    lisp_api.robot
    vxlan.robot
vm/
    double_qemu_setup.robot
    qemu.robot
crypto/
    ipsec.robot
dpdk/
    default.robot
nsh_sfc/
    default.robot
tldk/
    TLDKUtils.robot
honeycomb/
    policer.robot
    nat.robot
    port_mirroring.robot
    vhost_user.robot
    netconf.robot
    nsh.robot
    vxlan.robot
    dhcp.robot
    slaac.robot
    notifications.robot
    routing.robot
    access_control_lists.robot
    tap.robot
    interfaces.robot
    honeycomb.robot
    persistence.robot
    sub_interface.robot
    provider_backbone_bridge.robot
    vxlan_gpe.robot
    proxyarp.robot
    bridge_domain.robot
    lisp.robot
    l2_fib.robot
performance/
    performance_configuration.robot
    performance_utils.robot
    performance_setup.robot
telemetry/
    span.robot
    ipfix.robot
features/
    policer.robot
    dhcp_client.robot
    dhcp_proxy.robot
fds/
    default.robot
```

### L1 Python keywords

No changes at this stage.