faucetsdn / daq

DEPRECATED -- DAQ (Device Automated Qualification) framework in no longer in use, supported, or maintained. It is here for archival purposes only.
Apache License 2.0
40 stars 32 forks source link

Find static ip devices if external dhcp wasn't detected. #883

Closed henry54809 closed 3 years ago

henry54809 commented 3 years ago

Find static ip devices using arp-scan if external dhcp wasn't detected / timedout.

codecov[bot] commented 3 years ago

Codecov Report

Merging #883 (2eab5d6) into master (376d784) will increase coverage by 0.07%. The diff coverage is 95.31%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #883      +/-   ##
==========================================
+ Coverage   81.73%   81.81%   +0.07%     
==========================================
  Files          42       42              
  Lines        5365     5443      +78     
==========================================
+ Hits         4385     4453      +68     
- Misses        980      990      +10     
Flag Coverage Δ
ata 62.49% <23.43%> (-0.53%) :arrow_down:
aux 68.00% <21.87%> (-0.63%) :arrow_down:
base 65.94% <21.87%> (-0.64%) :arrow_down:
dhcp 67.25% <21.87%> (-0.60%) :arrow_down:
many 67.12% <21.87%> (-0.66%) :arrow_down:
mud 72.18% <21.87%> (-0.77%) :arrow_down:
switch 67.16% <95.31%> (+0.33%) :arrow_up:
topo 66.26% <21.87%> (-0.57%) :arrow_down:
unit 30.62% <18.75%> (+0.35%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
daq/base_gateway.py 91.78% <93.87%> (+0.55%) :arrow_up:
daq/external_gateway.py 100.00% <100.00%> (ø)
daq/host.py 91.66% <100.00%> (+0.12%) :arrow_up:
daq/stream_monitor.py 87.60% <100.00%> (+0.10%) :arrow_up:
daq/test_modules/external_module.py 97.20% <100.00%> (ø)
daq/traffic_analyzer.py 86.50% <0.00%> (-3.18%) :arrow_down:
daq/acl_state_collector.py 82.19% <0.00%> (-1.37%) :arrow_down:
daq/proto/system_config_pb2.py 100.00% <0.00%> (ø)
daq/runner.py 84.43% <0.00%> (+0.05%) :arrow_up:
daq/entry.py 90.41% <0.00%> (+0.13%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 376d784...2eab5d6. Read the comment docs.

henry54809 commented 3 years ago

PTAL