summaryrefslogtreecommitdiff
path: root/runtests.sh
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-02-22 06:49:25 +0100
committerIlya Etingof <etingof@gmail.com>2019-02-22 06:49:25 +0100
commit931f9aab6a1075e2827e065af7e1370af0564dc2 (patch)
tree5bacad2835c1f9b11229223b630061ecb9eaac5b /runtests.sh
parent74fcc27b038da72c6aa9e2c08b4dac63175b8b5f (diff)
downloadpysnmp-git-931f9aab6a1075e2827e065af7e1370af0564dc2.tar.gz
Run asyncio example scripts in test
Diffstat (limited to 'runtests.sh')
-rwxr-xr-xruntests.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/runtests.sh b/runtests.sh
index fcb23f17..4b64e937 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -8,10 +8,14 @@ for x in examples/hlapi/v3arch/asyncore/sync/manager/cmdgen/*.py \
examples/hlapi/v3arch/asyncore/sync/agent/ntforg/*.py \
examples/hlapi/v3arch/asyncore/manager/cmdgen/*.py \
examples/hlapi/v3arch/asyncore/agent/ntforg/*.py \
+ examples/hlapi/v3arch/asyncio/manager/cmdgen/*.py \
+ examples/hlapi/v3arch/asyncio/agent/ntforg/*.py \
examples/hlapi/v1arch/asyncore/sync/manager/cmdgen/*.py \
examples/hlapi/v1arch/asyncore/sync/agent/ntforg/*.py \
examples/hlapi/v1arch/asyncore/manager/cmdgen/*.py \
examples/hlapi/v1arch/asyncore/agent/ntforg/*.py \
+ examples/hlapi/v1arch/asyncio/manager/cmdgen/*.py \
+ examples/hlapi/v1arch/asyncio/agent/ntforg/*.py \
examples/v3arch/asyncore/manager/cmdgen/*.py \
examples/v3arch/asyncore/agent/ntforg/*.py \
examples/v1arch/asyncore/manager/cmdgen/*.py \
@@ -19,8 +23,8 @@ for x in examples/hlapi/v3arch/asyncore/sync/manager/cmdgen/*.py \
examples/smi/manager/*py \
examples/smi/agent/*.py
do
- case "${x}" in
- *spoof*|*ipv6*)
+ case "${PYTHON}-${x}" in
+ *spoof*|*ipv6*|python2*asyncio*)
echo "skipping ${x}"
continue
;;