1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-18 06:18:08 +00:00

Fix more tests.

This commit is contained in:
grossmj 2018-10-17 17:40:25 +07:00
parent ab8dc52ece
commit df36d8377d

View File

@ -298,7 +298,6 @@ def test_start_streaming_pcap(link, async_run, tmpdir, project):
with open(os.path.join(project.captures_directory, "test.pcap"), "rb") as f: with open(os.path.join(project.captures_directory, "test.pcap"), "rb") as f:
c = f.read() c = f.read()
assert c == b"hello" assert c == b"hello"
async_run(link.read_pcap_from_source.close())
def test_default_capture_file_name(project, compute, async_run): def test_default_capture_file_name(project, compute, async_run):
node1 = Node(project, compute, "Hello@", node_type="qemu") node1 = Node(project, compute, "Hello@", node_type="qemu")