Skip to content

Commit

Permalink
try something else I guess
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed May 17, 2023
1 parent 8a7899d commit 820359a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/test_bacnet_ingress.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def test_bacnet_ingress(bm, bacnet_network):
subprocess.run(["hostname", "-I"], capture_output=True)
.stdout.decode("utf-8")
.strip()
.split(" ")[0]
)
bacnet = BACnetNetwork(f"{address}/32")
tobrick = BACnetToBrickIngress(bm, bacnet)
Expand All @@ -56,6 +57,7 @@ def test_bacnet_scan_cli(bm, bacnet_network, tmp_path):
subprocess.run(["hostname", "-I"], capture_output=True)
.stdout.decode("utf-8")
.strip()
.split(" ")[0]
)
subprocess.run(
shlex.split(f"buildingmotif scan -o ${str(output_file)} -ip {address}/32")
Expand Down

0 comments on commit 820359a

Please sign in to comment.