Skip to content

virtual device tests #3

@hernantech

Description

@hernantech

something like :

import can import subprocess subprocess.run(["ls"]) class virtualtest(): def __init__(self): try: subprocess.run(["ip link add dev vcan0 type vcan"]) subprocess.run(["sudo ip link set up vcan0"]) except:

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions