summaryrefslogtreecommitdiffstats
path: root/src/gtest
diff options
context:
space:
mode:
authorIdo Barnea <ibarnea@cisco.com>2016-03-24 22:07:43 +0200
committerIdo Barnea <ibarnea@cisco.com>2016-03-24 22:07:43 +0200
commitf2488b028d289383086266a512757d0b545d2755 (patch)
treeea63cebcd6546816ff76644f257af2856841e9ca /src/gtest
parent86767eec82bd816136833315d914a1e85e409e49 (diff)
Revert "Added flow parser for 82599 10G card. Added exceptions for flow stat"
This reverts commit 6c569e6bbf05d940a23028b5d61a13ce4fa2a489.
Diffstat (limited to 'src/gtest')
-rw-r--r--src/gtest/trex_stateless_gtest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtest/trex_stateless_gtest.cpp b/src/gtest/trex_stateless_gtest.cpp
index a5cf3307..c3dfcb95 100644
--- a/src/gtest/trex_stateless_gtest.cpp
+++ b/src/gtest/trex_stateless_gtest.cpp
@@ -3581,7 +3581,7 @@ class rx_stat_pkt_parse : public testing::Test {
TEST_F(rx_stat_pkt_parse, x710_parser) {
- CFlowStatParser parser;
+ Cxl710Parser parser;
parser.test();
}