Closed Kuba314 closed 1 year ago
These methods will call up/down on a interface and wait for it to be in the desired state or raise an exception.
Tested locally by running .github/runner.py and replacing .up() with .up_and_wait(timeout=5).
.github/runner.py
.up()
.up_and_wait(timeout=5)
@LNST-project/lnst-developers
Closes: #305
Description
These methods will call up/down on a interface and wait for it to be in the desired state or raise an exception.
Tests
Tested locally by running
.github/runner.py
and replacing.up()
with.up_and_wait(timeout=5)
.Reviews
@LNST-project/lnst-developers
Closes: #305