fix smoke1 tests

This commit is contained in:
Mike Kinney
2022-04-11 13:17:39 -07:00
parent f1abce9eff
commit 8bb570d222
2 changed files with 16 additions and 40 deletions

View File

@@ -6,6 +6,10 @@ test:
virt:
pytest -m smokevirt
# run the smoke1 test (after doing a factory reset and unplugging/replugging in device)
smoke1:
pytest -m smoke1 -s -vv
# local install
install:
pip install .