mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-10-29 10:02:26 +00:00
initial nightly test script rework\cicd
This commit is contained in:
13
docker/Dockerfile
Normal file
13
docker/Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM python:3.8
|
||||
WORKDIR /ci
|
||||
|
||||
RUN pip3 install requests
|
||||
|
||||
COPY wlan-LANforge-scripts/pyjson/LANforge /ci/LANforge
|
||||
COPY wlan-LANforge-scripts/pyjson/realm.py /ci
|
||||
COPY wlan-LANforge-scripts/pyjson/generic_cx.py /ci
|
||||
COPY wlan-LANforge-scripts/py-scripts/sta_connect2.py /ci
|
||||
COPY wlan-LANforge-scripts/py-scripts/__init__.py /ci
|
||||
COPY wlan-testing/docker/nightly.py /ci
|
||||
|
||||
ENTRYPOINT [ "/ci/nightly.py" ]
|
||||
Reference in New Issue
Block a user