Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kukkok3 committed Dec 18, 2024
1 parent 49005c0 commit 2d6f9a7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions catalyst-gateway/tests/schemathesis_tests/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,17 @@ fuzzer-api:
# SAVE ARTIFACT junit-report.xml AS LOCAL schemathesis.junit-report.xml
# SAVE ARTIFACT cassette.yaml AS LOCAL cassette.yaml
# END

test-fuzzer-api:
FROM debian:12.7-slim

RUN apt-get update && apt install -y gnupg2 wget
RUN mkdir -p /etc/apt/keyrings
RUN gpg --homedir /tmp --no-default-keyring --keyring /etc/apt/keyrings/scylladb.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys a43e06657bac99e3
RUN wget -O /etc/apt/sources.list.d/scylla.list http://downloads.scylladb.com/deb/debian/scylla-6.2.list
RUN apt-get update && apt-get install -y scylla

COPY node1-scylla.yaml /etc/scylla/scylla.yaml
#RUN scylla_setup -y
#https://github.com/scylladb/scylladb/issues/3142
RUN scylla --options-file /etc/scylla/scylla.yaml --developer-mode 1

0 comments on commit 2d6f9a7

Please sign in to comment.