Skip to content

Commit

Permalink
Merge pull request #1359 from anarkiwi/master
Browse files Browse the repository at this point in the history
String tests had multiple DP sections.
  • Loading branch information
anarkiwi committed Dec 4, 2017
2 parents 53ff3b6 + db1f648 commit ed81429
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/faucet_mininet_test_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -3973,6 +3973,10 @@ class FaucetStringOfDPTest(FaucetTest):
VID = 100
dpids = None

def get_config_header(self, _config_global, _debug_log, _dpid, _hardware):
"""Don't generate standard config file header."""
return ''

def build_net(self, stack=False, n_dps=1,
n_tagged=0, tagged_vid=100,
n_untagged=0, untagged_vid=100,
Expand Down

0 comments on commit ed81429

Please sign in to comment.