3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/nixos/lib/test-driver/test_driver
Jörg Thalheim 29db54c373 nixos/tests: extend shell_interact to accept alternative socat addresses
`shell_interact()` is currently not nice to use.  If you try to cancel
the socat process, it will also break the nixos test. Furthermore
ptpython creates it's own terminal that subprocesses are running in,
which breaks some of the terminal features of socat.
Hence this commit extends `shell_interact` to allow also to connect to
arbitrary servers i.e. tcp servers started by socat.
2023-01-27 13:09:25 +01:00
..
__init__.py nixos/test-driver: use f-strings instead of .format() 2022-12-29 23:51:35 +01:00
driver.py nixos/test-driver: use f-strings instead of .format() 2022-12-29 23:51:35 +01:00
logger.py nixos/test-driver: use f-strings instead of .format() 2022-12-29 23:51:35 +01:00
machine.py nixos/tests: extend shell_interact to accept alternative socat addresses 2023-01-27 13:09:25 +01:00
polling_condition.py
py.typed
vlan.py