tests: Remove a multi-line test description

The previous description of wmediumd_scan_only_one used multiple lines
and that resulted in parallel-vm.py miscounting total number of test
cases. Fix that by getting rid of the newlines from the description.

Signed-off-by: Jouni Malinen <j@w1.fi>
master
Jouni Malinen 5 years ago
parent 9dc07a1d55
commit e8ccbef251

@ -465,10 +465,7 @@ def _test_wmediumd_path_rann(dev, apdev):
dev[i].dump_monitor()
def test_wmediumd_scan_only_one(dev, apdev, params):
"""
Test that scanning with a single active AP only returns that one
(with wmediumd enabled)
"""
"""Test that scanning with a single active AP only returns that one (wmediund)"""
fd, fn = tempfile.mkstemp()
try:
f = os.fdopen(fd, 'w')

Loading…
Cancel
Save