From 8ee2450bd267c7dc173f62909a8a4ebe13feab84 Mon Sep 17 00:00:00 2001 From: Dino Simeon Madarang Date: Tue, 2 Feb 2016 08:32:01 +0000 Subject: tunneling: Vanilla OVS decapsulation tests Add Vanilla OVS VXLAN/GRE/GENEVE decapsulation tests Recent changes: * Line wrap * Fix GENEVE IP settings * Add GRE and GENEVE steps to integration.rst * Add DUT_NIC1_MAC and DUT_NIC2_MAC * Remove unnecessary call to vswitch.set_tunnel_arp * Move optional VXLAN/GRE/GENEVE decap settings to a different section * Add tunnel type to report files md and rst * Fix typo error: l4 to L4 in conf/integration/03_traffic.conf Change-Id: I8a43521668d5870ec893aed1df49467f0a84a07d JIRA: VSPERF-180 Signed-off-by: Dino Simeon Madarang Signed-off-by: Martin Klozik Reviewed-by: Maryam Tahhan Reviewed-by: Al Morton Reviewed-by: Brian Castelli --- core/results/results_constants.py | 1 + 1 file changed, 1 insertion(+) (limited to 'core/results/results_constants.py') diff --git a/core/results/results_constants.py b/core/results/results_constants.py index fcf068b7..1049e89b 100644 --- a/core/results/results_constants.py +++ b/core/results/results_constants.py @@ -23,6 +23,7 @@ class ResultsConstants(object): DEPLOYMENT = 'deployment' TRAFFIC_TYPE = 'traffic_type' GUEST_LOOPBACK = 'guest_loopback_app' + TUNNEL_TYPE = 'tunnel_type' UNKNOWN_VALUE = "Unknown" -- cgit 1.2.3-korg