integration: Support for VxLAN TC without using overlay traffic gen. 17/17417/2
authorSugesh Chandran <sugesh.chandran@intel.com>
Thu, 7 Jul 2016 09:24:36 +0000 (10:24 +0100)
committerMaryam Tahhan <maryam.tahhan@intel.com>
Tue, 16 Aug 2016 15:12:11 +0000 (15:12 +0000)
commitffc55a6bbbfafc36a2e28e2e28e737966fb9bb31
tree3d6381b043883aa14ae624cb6e60e06a55793fe3
parenta8ef2c308d4c385b8eb0cae0f7f1f2d039affaaf
integration: Support for VxLAN TC without using overlay traffic gen.

The test case for verifying the vxlan tunneling feature without using any
ingress tunnel traffic. The virtual switch(OVS) is configured to mangle and
generate tunnel traffic in the deployment. The packet flow in the test case is
as follows

TRAFFIC-IN --> [ENCAP-PKT] --> [MOD-PKT] --> [DECAP-PKT] --> TRAFFIC-OUT

 ENCAP-PKT - Encapsulate the ingress packet to a tunnel type.
 MOD-PKT   - Modify the tunnel header to match the following decap interface.
 DECAP-PKT - Decapsulate the newly generated tunneled packet.

Change-Id: Ie24bacb3cb1c069bd60403e5a4ef8bcdf0e12e54
Signed-off-by: Sugesh Chandran <sugesh.chandran@intel.com>
conf/integration/01_testcases.conf
conf/integration/02_vswitch.conf
core/component_factory.py
core/vswitch_controller_ptunp.py [new file with mode: 0644]
docs/userguide/integration.rst
vswitches/ovs.py