Skip to content

Commit

Permalink
Update test_checkpoint.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed May 14, 2020
1 parent e7ef07b commit 8cabdbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ def test_checkpoint_splunk_firewall_noise2(
)
message = mt.render(mark="<111>", host=host, bsd=bsd, epoch=epoch)

sendsingle(message, setup_sc4s[0], setup_sc4s[1][514])
sendsingle(message, setup_sc4s[0], setup_sc4s[1][514])
sleep(10)
sendsingle(message, setup_sc4s[0], setup_sc4s[1][514])
sendsingle(message, setup_sc4s[0], setup_sc4s[1][514])

st = env.from_string(
'search _time={{ epoch }} index=netfw host="{{ host }}" sourcetype="cp_log"'
Expand Down

0 comments on commit 8cabdbe

Please sign in to comment.