Fix the issue of basic_vm_macro configuration
[testsuite/pythonsdk-tests.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 823f5c5..6c1a015 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -74,3 +74,26 @@ skip_install = True
 setenv =
     PYTHONPATH = {toxinidir}/src
 commands = python run_test.py all true
+
+[testenv:run-test]
+basepython = python3.11
+deps =
+    -rrequirements.txt
+skip_install = True
+setenv =
+    PYTHONPATH = {toxinidir}/src
+commands = python run_test.py {posargs}
+
+[testenv:isort-check]
+basepython = python3.11
+deps =
+    isort
+skip_install = True
+commands = isort src/onaptests --check --thirdparty=onapsdk
+
+[testenv:isort-fix]
+basepython = python3.11
+deps =
+    isort
+skip_install = True
+commands = isort src/onaptests --thirdparty=onapsdk