Code Review
/
trex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
835776f
)
WIP
author
Hanoh Haim
<
[email protected]
>
Thu, 10 Sep 2015 12:56:38 +0000
(15:56 +0300)
committer
Hanoh Haim
<
[email protected]
>
Thu, 10 Sep 2015 12:56:38 +0000
(15:56 +0300)
src/gtest/trex_stateless_gtest.cpp
patch
|
blob
|
history
diff --git
a/src/gtest/trex_stateless_gtest.cpp
b/src/gtest/trex_stateless_gtest.cpp
index
d7b4cdc
..
0341516
100644
(file)
--- 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