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>
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')