C-Docs: New structure
[csit.git] / docs / content / overview / csit / test_naming.md
similarity index 92%
rename from docs/content/introduction/test_naming.md
rename to docs/content/overview/csit/test_naming.md
index 22e2c0b..d7a3251 100644 (file)
@@ -1,6 +1,6 @@
 ---
 title: "Test Naming"
-weight: 4
+weight: 3
 ---
 
 # Test Naming
@@ -53,9 +53,9 @@ topologies:
 1. **Physical port to physical port - a.k.a. NIC-to-NIC, Phy-to-Phy, P2P**
    * *PortNICConfig-WireEncapsulation-PacketForwardingFunction-
      PacketProcessingFunction1-...-PacketProcessingFunctionN-TestType*
-   * *10ge2p1x520-dot1q-l2bdbasemaclrn-ndrdisc.robot* => 2 ports of 10GE on Intel
-     x520 NIC, dot1q tagged Ethernet, L2 bridge-domain baseline switching with
-     MAC learning, NDR throughput discovery.
+   * *10ge2p1x520-dot1q-l2bdbasemaclrn-ndrdisc.robot* => 2 ports of 10GE on
+     Intel x520 NIC, dot1q tagged Ethernet, L2 bridge-domain baseline switching
+     with MAC learning, NDR throughput discovery.
    * *10ge2p1x520-ethip4vxlan-l2bdbasemaclrn-ndrchk.robot* => 2 ports of 10GE on
      Intel x520 NIC, IPv4 VXLAN Ethernet, L2 bridge-domain baseline switching
      with MAC learning, NDR throughput discovery.
@@ -63,24 +63,27 @@ topologies:
      NIC, IPv4 baseline routed forwarding, NDR throughput discovery.
    * *10ge2p1x520-ethip6-ip6scale200k-ndrdisc.robot* => 2 ports of 10GE on Intel
      x520 NIC, IPv6 scaled up routed forwarding, NDR throughput discovery.
-   * *10ge2p1x520-ethip4-ip4base-iacldstbase-ndrdisc.robot* => 2 ports of 10GE on
-     Intel x520 NIC, IPv4 baseline routed forwarding, ingress Access Control
+   * *10ge2p1x520-ethip4-ip4base-iacldstbase-ndrdisc.robot* => 2 ports of 10GE
+     on Intel x520 NIC, IPv4 baseline routed forwarding, ingress Access Control
      Lists baseline matching on destination, NDR throughput discovery.
    * *40ge2p1vic1385-ethip4-ip4base-ndrdisc.robot* => 2 ports of 40GE on Cisco
      vic1385 NIC, IPv4 baseline routed forwarding, NDR throughput discovery.
    * *eth2p-ethip4-ip4base-func.robot* => 2 ports of Ethernet, IPv4 baseline
      routed forwarding, functional tests.
+
 2. **Physical port to VM (or VM chain) to physical port - a.k.a. NIC2VM2NIC,
    P2V2P, NIC2VMchain2NIC, P2V2V2P**
    * *PortNICConfig-WireEncapsulation-PacketForwardingFunction-
      PacketProcessingFunction1-...-PacketProcessingFunctionN-VirtEncapsulation-
      VirtPortConfig-VMconfig-TestType*
    * *10ge2p1x520-dot1q-l2bdbasemaclrn-eth-2vhost-1vm-ndrdisc.robot* => 2 ports
-     of 10GE on Intel x520 NIC, dot1q tagged Ethernet, L2 bridge-domain switching
-     to/from two vhost interfaces and one VM, NDR throughput discovery.
+     of 10GE on Intel x520 NIC, dot1q tagged Ethernet, L2 bridge-domain
+     switching to/from two vhost interfaces and one VM, NDR throughput
+     discovery.
    * *10ge2p1x520-ethip4vxlan-l2bdbasemaclrn-eth-2vhost-1vm-ndrdisc.robot* => 2
      ports of 10GE on Intel x520 NIC, IPv4 VXLAN Ethernet, L2 bridge-domain
-     switching to/from two vhost interfaces and one VM, NDR throughput discovery.
+     switching to/from two vhost interfaces and one VM, NDR throughput
+     discovery.
    * *10ge2p1x520-ethip4vxlan-l2bdbasemaclrn-eth-4vhost-2vm-ndrdisc.robot* => 2
      ports of 10GE on Intel x520 NIC, IPv4 VXLAN Ethernet, L2 bridge-domain
      switching to/from four vhost interfaces and two VMs, NDR throughput
@@ -88,6 +91,7 @@ topologies:
    * *eth2p-ethip4vxlan-l2bdbasemaclrn-eth-2vhost-1vm-func.robot* => 2 ports of
      Ethernet, IPv4 VXLAN Ethernet, L2 bridge-domain switching to/from two vhost
      interfaces and one VM, functional tests.
+
 3. **API CRUD tests - Create (Write), Read (Retrieve), Update (Modify), Delete
    (Destroy) operations for configuration and operational data**
    * *ManagementTestKeyword-ManagementOperation-ManagedFunction1-...-
@@ -101,7 +105,8 @@ topologies:
    * *mgmt-cfg-int-tap-apihcnc-func* => configuration of tap interfaces with
      Honeycomb NetConf API calls, functional tests.
    * *mgmt-notif-int-subint-apihcnc-func* => notifications of interface and
-     sub-interface events with Honeycomb NetConf Notifications, functional tests.
+     sub-interface events with Honeycomb NetConf Notifications, functional
+     tests.
 
 For complete description of CSIT test naming convention please refer to
-[CSIT test naming wiki page](https://wiki.fd.io/view/CSIT/csit-test-naming>).
+[CSIT test naming wiki page](https://wiki.fd.io/view/CSIT/csit-test-naming).