E2E test working directory is e2e

This commit is contained in:
Dmitrii Dolgov 2020-08-03 09:27:32 +02:00
parent a9cfaf386a
commit 602f26c0ce
3 changed files with 525 additions and 505 deletions

View File

@ -1,7 +1,10 @@
# An image to perform the actual test. Do not forget to copy all necessary test
# files here.
FROM ubuntu:18.04
LABEL maintainer="Team ACID @ Zalando <team-acid@zalando.de>"
COPY manifests ./manifests
COPY exec.sh ./exec.sh
COPY requirements.txt tests ./
RUN apt-get update \

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,14 @@
apiVersion: v1
data:
# infrastructure role definition in the new format
# robot_zmon_acid_monitoring_new
user: cm9ib3Rfem1vbl9hY2lkX21vbml0b3JpbmdfbmV3
# robot_zmon_new
role: cm9ib3Rfem1vbl9uZXc=
# foobar_new
password: Zm9vYmFyX25ldw==
kind: Secret
metadata:
name: postgresql-infrastructure-roles-new
namespace: default
type: Opaque