summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorEdi Feschiyan <edi.feschiyan@konsulko.com>2020-09-13 12:33:54 +0300
committerEdi Feschiyan <edi.feschiyan@konsulko.com>2020-09-16 13:54:05 +0300
commitb2c9569e6c841d79f06f029a84dbc44de29f1875 (patch)
tree919a2ebe210085c1ac08a1229d5fd22f0470096f /tox.ini
parentbc241e850fa1d2ceeb76acd9bac8733868392baa (diff)
Update tox.ini and requirements.txt
Update requirements.txt to match AsyncSSH with newer 2.3.0 version Update tox.ini with proper path to run in CI and set AGL_AVAILABLE_INTERFACES to "ethernet" by default Bug-AGL: SPEC-3583 Signed-off-by: Edi Feschiyan <edi.feschiyan@konsulko.com> Change-Id: If5f000b2dd17354cb97aeddd882bf7978b3ddb97
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c55cd13..5890346 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,6 +3,7 @@ envlist = py38
[testenv]
setenv =
+ AGL_AVAILABLE_INTERFACES = {env:AGL_AVAILABLE_INTERFACES:"ethernet"}
AGL_TGT_IP = {env:AGL_TGT_IP:"127.0.0.1"}
deps =
@@ -14,4 +15,4 @@ deps =
asyncssh
commands =
- pytest --lava -qk "not hwrequired"
+ pytest pyagl/tests --lava -qk "not hwrequired"