summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2015-09-10 15:56:38 +0300
committerHanoh Haim <hhaim@cisco.com>2015-09-10 15:56:38 +0300
commit15b4f7cd7c3e9176c1f24fc632791e833cb588b8 (patch)
treefca3684e79cbf4ccdfc461fd3fc9d8dd419468ae
parent835776faf7b0c484f3b26534aef95e577068c01e (diff)
WIP
-rw-r--r--src/gtest/trex_stateless_gtest.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gtest/trex_stateless_gtest.cpp b/src/gtest/trex_stateless_gtest.cpp
index d7b4cdcd..0341516c 100644
--- a/src/gtest/trex_stateless_gtest.cpp
+++ b/src/gtest/trex_stateless_gtest.cpp
@@ -292,7 +292,7 @@ private:
// - object that include the stream /scheduler/ packet allocation / need to create an object for one thread that works for test
// generate pcap file and compare it
-
+#if 0
void CTRexDpStatelessStream::dump(FILE *fd){
fprintf(fd," enabled : %d \n",get_enabled()?1:0);
@@ -336,6 +336,7 @@ public:
};
+
TEST_F(dp_sl_basic, test1) {
CTRexDpStatelessStream s1;
s1.set_enable(true);
@@ -349,4 +350,4 @@ TEST_F(dp_sl_basic, test1) {
-
+#endif