Skip to content

isotpscanner.py --help test failing #2736

@gpotter2

Description

@gpotter2

This test is failing in some Python 2.7 / PyPy2 tests (it seems to be only on Travis with those two versions): (logs: Py2.7, PyPy2)

###(007)=[failed] Test show help

>>> result = subprocess.Popen([sys.executable, "scapy/tools/automotive/isotpscanner.py", "--help"], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
>>> std_out, std_err = result.communicate()
>>> expected_output = plain_str(b'Scan for open ISOTP-Sockets.')
>>> 
>>> assert not std_err
Traceback (most recent call last):
  File "<input>", line 2, in <module>
AssertionError

@polybassa Sorry to bother, could you have a look at it ? Thanks !

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions