mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Ignore tstamp field in test output (2)
This commit is contained in:
parent
298f8598eb
commit
294216a291
2 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ input: invalid_dns_query.pcap
|
|||
ignore:
|
||||
- date
|
||||
- duration
|
||||
- tstamp
|
||||
|
||||
pre: |
|
||||
curl -s -u admin:admin -H "Content-Type: application/json" -d '{"ifid": 0, "action": "enable"}' http://localhost:3333/lua/toggle_all_user_scripts.lua
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ input: invalid_dns_query.pcap
|
|||
ignore:
|
||||
- date
|
||||
- duration
|
||||
- tstamp
|
||||
|
||||
pre: |
|
||||
# Enable all user scripts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue