From 80ce9f7752289fc9b6b5d564765544fc6d81728e Mon Sep 17 00:00:00 2001 From: demx8as6 Date: Sat, 1 Jul 2023 15:29:09 +0000 Subject: [PATCH] Add Wireshark and jenkins - add related folders to gitignore Issue-ID: OAM-345 Change-Id: Id36f00cd7ff3e8a76feacf9b33585a275a11bca2 Signed-off-by: demx8as6 --- .gitignore | 6 ++++++ solution/smo/apps/.env | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index e33e69d..03853e1 100644 --- a/.gitignore +++ b/.gitignore @@ -78,6 +78,12 @@ package-lock.json *.sbom.spdx.json *.vulnerabilities.vex.json +# jenkins +*/**/apps/jenkins/* + +# wireshark +*/**/apps/wireshark/* + # documentation .tox docs/_build/ diff --git a/solution/smo/apps/.env b/solution/smo/apps/.env index 756ef69..3e26060 100644 --- a/solution/smo/apps/.env +++ b/solution/smo/apps/.env @@ -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 -- 2.16.6