mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-06 17:15:38 -08:00
Build the netalertx-test image on start so tests don't fail
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
'''
|
||||
This set of tests requires netalertx-test image built. Ensure netalertx-test image is built prior
|
||||
to starting these tests or they will fail. netalertx-test image is generally rebuilt using the
|
||||
Build Unit Test Docker Image task. but can be created manually with the following command executed
|
||||
in the workspace:
|
||||
docker buildx build -t netalertx-test .
|
||||
'''
|
||||
|
||||
import os
|
||||
import pathlib
|
||||
import shutil
|
||||
|
||||
Reference in New Issue
Block a user