Add Wireshark and jenkins 79/11479/3
authordemx8as6 <martin.skorupski@highstreet-technologies.com>
Sat, 1 Jul 2023 15:29:09 +0000 (15:29 +0000)
committerMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Sat, 1 Jul 2023 15:45:52 +0000 (15:45 +0000)
- add related folders to gitignore

Issue-ID: OAM-345
Change-Id: Id36f00cd7ff3e8a76feacf9b33585a275a11bca2
Signed-off-by: demx8as6 <martin.skorupski@highstreet-technologies.com>
.gitignore
solution/smo/apps/.env

index e33e69d..03853e1 100644 (file)
@@ -78,6 +78,12 @@ package-lock.json
 *.sbom.spdx.json
 *.vulnerabilities.vex.json
 
+# jenkins
+*/**/apps/jenkins/*
+
+# wireshark
+*/**/apps/wireshark/*
+
 # documentation
 .tox
 docs/_build/
index 756ef69..3e26060 100644 (file)
@@ -37,3 +37,9 @@ APP_NETWORK_FUNCTION_ID=pnf2
 VES_ENDPOINT_AUTH_METHOD=basic-auth
 VES_ENDPOINT_USERNAME=sample1
 VES_ENDPOINT_PASSWORD=sample1
+
+# tests (implemened by jenkins and robot)
+TESTS_IMAGE=jenkins/jenkins:lts
+
+ # Wireshark
+WIRESHARK_IMAGE=lscr.io/linuxserver/wireshark