From 9e409d99c28e42dbdff203305005c48965f67696 Mon Sep 17 00:00:00 2001 From: danmia Date: Fri, 2 Dec 2016 18:08:14 -0500 Subject: [PATCH] fixed tests --- tests/durationtest.json | 2 +- tests/logreqtest.json | 2 +- tests/packetdebug.json | 2 +- tests/sizetest.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/durationtest.json b/tests/durationtest.json index 9fa71fe..a38de18 100644 --- a/tests/durationtest.json +++ b/tests/durationtest.json @@ -1 +1 @@ -PUBLISH capture '{"bpf":"host 8.8.8.8","timeout":300,"duration":10,"customer":"defensenet","node":"any","packets":100,"interface":["eth0","enp0s25"],"snap":1500,"tags":"networkipcount,iptype:prefix"}' +PUBLISH capture '{"bpf":"host 8.8.8.8","timeout":300,"duration":10,"customer":"blah","node":"any","packets":100,"interface":["eth0","enp0s25"],"snap":1500,"tags":"networkipcount,iptype:prefix"}' diff --git a/tests/logreqtest.json b/tests/logreqtest.json index da7ad60..e0bdbf3 100644 --- a/tests/logreqtest.json +++ b/tests/logreqtest.json @@ -1 +1 @@ -PUBLISH capture '{"bpf":"host 8.8.8.8","timeout":300,"logrequest":true,"duration":10,"customer":"defensenet","node":"any","packets":100,"interface":["eth0","enp0s25"],"snap":1500,"tags":"networkipcount,iptype:prefix"}' +PUBLISH capture '{"bpf":"host 8.8.8.8","timeout":300,"logrequest":true,"duration":10,"customer":"blah","node":"any","packets":100,"interface":["eth0","enp0s25"],"snap":1500,"tags":"networkipcount,iptype:prefix"}' diff --git a/tests/packetdebug.json b/tests/packetdebug.json index 17fe6e8..b3fc1c3 100644 --- a/tests/packetdebug.json +++ b/tests/packetdebug.json @@ -1 +1 @@ -PUBLISH capture '{"bpf":"host 8.8.8.8","packetdebug":true,"timeout":300,"duration":10,"customer":"defensenet","node":"any","packets":100,"interface":["eth0","enp0s25"],"snap":1500,"tags":"networkipcount,iptype:prefix"}' +PUBLISH capture '{"bpf":"host 8.8.8.8","packetdebug":true,"timeout":300,"duration":10,"customer":"blah","node":"any","packets":100,"interface":["eth0","enp0s25"],"snap":1500,"tags":"networkipcount,iptype:prefix"}' diff --git a/tests/sizetest.json b/tests/sizetest.json index e659a7c..79deffe 100644 --- a/tests/sizetest.json +++ b/tests/sizetest.json @@ -1 +1 @@ -PUBLISH capture '{"bpf":"host 8.8.8.8","timeout":300,"duration":1000,"bytes":900,"customer":"defensenet","node":"any","packets":1000,"interface":["eth0","enp0s25"],"snap":1500,"tags":"networkipcount,iptype:prefix"}' +PUBLISH capture '{"bpf":"host 8.8.8.8","timeout":300,"duration":1000,"bytes":900,"customer":"blah","node":"any","packets":1000,"interface":["eth0","enp0s25"],"snap":1500,"tags":"networkipcount,iptype:prefix"}'