From f87c2216b83ba8bdde369f4d5d5cee6fdb3afeae Mon Sep 17 00:00:00 2001
From: Christian Trautman <ctrautma@redhat.com>
Date: Wed, 13 Apr 2016 13:02:00 -0400
Subject: xena: Back 2 Back implementation

Allows for execution of back 2 back tests by enabling back to back
test scenario in json file when executing Xena2544.exe. Return
results are the number of frames. Results for test execution can
be found in the coresponding JIRA ticket.

- Disabled throughput by default in json file.
- Modified test params in baseconfig file for b2b test
- Modified create_result method to use data in resulting xml file
  over using inspect strategy to detect test type
- Added line to Xena installation guide for issue that was found
  locally after installation

JIRA: VSPERF-264

Change-Id: I0ecd6e1ce750613c53fe308aea3f5a55cca69c20
Signed-off-by: Christian Trautman <ctrautma@redhat.com>
---
 docs/configguide/trafficgen.rst | 7 +++++++
 1 file changed, 7 insertions(+)

(limited to 'docs')

diff --git a/docs/configguide/trafficgen.rst b/docs/configguide/trafficgen.rst
index 06503b33..41a48f61 100644
--- a/docs/configguide/trafficgen.rst
+++ b/docs/configguide/trafficgen.rst
@@ -263,6 +263,13 @@ http://www.mono-project.com/docs/getting-started/install/linux/
     yum-config-manager --add-repo http://download.mono-project.com/repo/centos/
     yum -y install mono-complete
 
+To prevent gpg errors on future yum installation of packages the mono-project
+repo should be disabled once installed.
+
+.. code-block:: console
+
+    yum-config-manager --disable download.mono-project.com_repo_centos_
+
 Configuration
 ~~~~~~~~~~~~~
 
-- 
cgit