From 70e471e3fe3e9ea2eeef19a059075a76601ebae8 Mon Sep 17 00:00:00 2001
From: Neil Schark <neil.schark@h-da.de>
Date: Wed, 6 Mar 2024 11:49:29 +0000
Subject: [PATCH] remove debug files

---
 .gitlab/ci/gosdn-integration.Dockerfile | 19 -------------------
 .gitlab/ci/run.sh                       | 14 --------------
 .gitlab/ci/start_controller.sh          | 20 --------------------
 3 files changed, 53 deletions(-)
 delete mode 100644 .gitlab/ci/run.sh
 delete mode 100644 .gitlab/ci/start_controller.sh

diff --git a/.gitlab/ci/gosdn-integration.Dockerfile b/.gitlab/ci/gosdn-integration.Dockerfile
index f67ec802b..51e3a406c 100644
--- a/.gitlab/ci/gosdn-integration.Dockerfile
+++ b/.gitlab/ci/gosdn-integration.Dockerfile
@@ -4,22 +4,3 @@ FROM ${GOSDN_IMAGE}
 
 RUN mkdir /app/ssl
 COPY ./artifacts/ssl/gosdn /app/ssl
-
-#COPY .gitlab/ci/start_controller.sh ./start_controller.sh
-#RUN chmod +x start_controller.sh
-
-#RUN apt-get update && apt-get install -y curl bash wget nmap dnsutils iputils-ping
-
-#ENTRYPOINT [ "./start_controller.sh" ]
-
-#FROM debian:bookworm-slim
-#
-#RUN apt-get update && apt-get install -y curl bash wget nmap dnsutils iputils-ping
-#
-#WORKDIR /app
-#
-#COPY .gitlab/ci/run.sh ./run.sh
-#RUN chmod +x run.sh
-#
-#EXPOSE 1337
-#ENTRYPOINT [ "/app/run.sh" ]
diff --git a/.gitlab/ci/run.sh b/.gitlab/ci/run.sh
deleted file mode 100644
index 1e75192c2..000000000
--- a/.gitlab/ci/run.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-sleep 20
-
-echo ------------------------------------
-
-nmap -p 5672 rabbitmq
-ping -c 5 rabbitmq
-
-echo ------------------------------------
-
-nslookup rabbitmq
-
-echo ------------------------------------
diff --git a/.gitlab/ci/start_controller.sh b/.gitlab/ci/start_controller.sh
deleted file mode 100644
index 7353d5fad..000000000
--- a/.gitlab/ci/start_controller.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-#echo "Starting controller later"
-#sleep 20
-#echo "Starting controller now"
-
-sleep 10
-
-echo ------------------------------------
-
-nmap -p 5672 rabbitmq
-ping -c 5 rabbitmq
-
-echo ------------------------------------
-
-nslookup rabbitmq
-
-echo ------------------------------------
-
-./gosdn --config /app/configs/integration-test-gosdn.toml --security secure
-- 
GitLab