Skip to content

Commit

Permalink
Feature #796 - Nano timer test no longer requires --timer
Browse files Browse the repository at this point in the history
  • Loading branch information
fklassen committed Dec 26, 2023
1 parent 6f65f71 commit 3f1a891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ replay_basic:
replay_nano_timer:
$(PRINTF) "%s" "[tcpreplay] Nano timer test: "
$(PRINTF) "%s\n" "*** [tcpreplay] Nano timer test: " >> test.log
$(TCPREPLAY) $(ENABLE_DEBUG) -i $(nic1) --loop=2 --timer=nano --loopdelay-ns=125000000 -t $(TEST_PCAP) >> test.log 2>&1
$(TCPREPLAY) $(ENABLE_DEBUG) -i $(nic1) --loop=2 --loopdelay-ns=125000000 -t $(TEST_PCAP) >> test.log 2>&1
if [ $? ] ; then $(PRINTF) "\t\t\t%s\n" "FAILED"; else $(PRINTF) "\t\t\t%s\n" "OK"; fi

replay_cache:
Expand Down

0 comments on commit 3f1a891

Please sign in to comment.