File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ RESULT skip base.startup.dhcp Using external DHCP
1616RESULT skip base.switch.ping No local IP has been set, check system config
1717RESULT pass connection.base.target_ping target reached %% 10.20.99.164
1818RESULT skip base.startup.ntp No NTP traffic detected %% NTP server 10.20.99.2
19- RESULT skip base.startup.dns No DNS traffic detected %% DNS server 10.20.99.2
20199a:02:57:1e:8f:02 Unique IPs: 1
21209a02571e8f03: ['9a02571e8f03:acquire:TimeoutError']
2221%%%%%%%%%%%%%%%%%%%%%% Native gauge test
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ fgrep "Started faucet pid" inst/cmdrun.log
5050fgrep ' Learning 9a:02:57:1e:8f:01 on vid 1002' inst/cmdrun.log | head -1 | redact | tee -a $TEST_RESULTS
5151unique_ips=$( fgrep ' 10.20.99' inst/run-9a02571e8f01/scans/ip_triggers.txt | awk ' {print $1}' | sort | uniq | wc -l)
5252echo 9a:02:57:1e:8f:01 Unique IPs: $unique_ips | tee -a $TEST_RESULTS
53- fgrep ' RESULT ' inst/run-9a02571e8f01/nodes/ping* /activate.log | tee -a $TEST_RESULTS
53+ fgrep ' RESULT ' inst/run-9a02571e8f01/nodes/ping* /activate.log | fgrep -v DNS | tee -a $TEST_RESULTS
5454
5555unique_ips=$( fgrep ' 10.20.1' inst/run-9a02571e8f02/scans/ip_triggers.txt | awk ' {print $1}' | sort | uniq | wc -l)
5656echo 9a:02:57:1e:8f:02 Unique IPs: $unique_ips | tee -a $TEST_RESULTS
You can’t perform that action at this time.
0 commit comments