Skip to content

Commit

Permalink
restapi: renamed systemtest python-restapi
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens committed Oct 8, 2021
1 parent 88e2ca7 commit 52bf39e
Show file tree
Hide file tree
Showing 39 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion systemtests/tests/CMakeLists.txt
Expand Up @@ -60,9 +60,9 @@ add_subdirectory(py2plug-fd-vmware)
add_subdirectory(py2plug-sd)
add_subdirectory(python-bareos)
add_subdirectory(python-pam)
add_subdirectory(python-restapi)
add_subdirectory(quota-softquota)
add_subdirectory(reload)
add_subdirectory(restapi)
add_subdirectory(scheduler-backup)
add_subdirectory(sparse-file)
add_subdirectory(spool)
Expand Down
Expand Up @@ -22,9 +22,10 @@ check_pymodule_available(3 fastapi)
check_pymodule_available(3 uvicorn)
find_program(CURL curl)

# python-restapi-test does not work on installed files and needs some modules
# restapi does not work on installed files and needs some modules
if(PYTHON_EXECUTABLE
AND CURL
AND PYTHON
AND PYMODULE_3_FASTAPI_FOUND
AND PYMODULE_3_UVICORN_FOUND
AND NOT RUN_SYSTEMTESTS_ON_INSTALLED_FILES
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 52bf39e

Please sign in to comment.