Add end-to-end Test

- Add an infrastructur to run local e2e tests.
- Add some tests.
This commit is contained in:
Malte Meiboom
2026-01-23 13:56:05 +01:00
parent 30b1d29274
commit 5fda3924db
9 changed files with 119 additions and 24 deletions
-21
View File
@@ -57,27 +57,6 @@ RUN apt-get update -yqq && \
openssl \
sq
RUN adduser --shell /bin/bash --disabled-password --gecos "" user && \
mkdir -p /home/user/ && \
usermod -a -G sudo user && \
chown -R user:user /home/user
RUN adduser --shell /bin/bash --disabled-password --gecos "" alice && \
mkdir -p /home/alice/ && \
chown -R alice:alice /home/alice
RUN adduser --shell /bin/bash --disabled-password --gecos "" bob && \
mkdir -p /home/bob/ && \
chown -R bob:bob /home/bob
RUN adduser --shell /bin/bash --disabled-password --gecos "" carol && \
mkdir -p /home/carol/ && \
chown -R carol:carol /home/carol
RUN adduser --shell /bin/bash --disabled-password --gecos "" dave && \
mkdir -p /home/dave/ && \
chown -R dave:dave /home/dave
RUN adduser --shell /bin/bash --disabled-password --gecos "" hockeypuck
COPY mta_provision/ /