From 70533b5c8fff3e9eb9e3b7bc6dd439d53036915a Mon Sep 17 00:00:00 2001 From: ChrisC Date: Fri, 12 Feb 2021 16:21:40 +0100 Subject: Fix build Fix catalog-be tests and Integration docker test this fix is not final as it just avoids concurrency issues on statics Fix Expired certificates on Vendorsoftwareproduct Issue-ID: SDC-3467 Signed-off-by: ChrisC Change-Id: I311470b305a29bebffbd74b6f2ad7b13193132e1 --- csit/run-project-csit.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 csit/run-project-csit.sh (limited to 'csit/run-project-csit.sh') diff --git a/csit/run-project-csit.sh b/csit/run-project-csit.sh new file mode 100755 index 0000000000..1caf5ed28e --- /dev/null +++ b/csit/run-project-csit.sh @@ -0,0 +1,2 @@ +# placeholder for scripted csit test execution, needed by jjb template, not used in sdc as we have integrated to our build +echo OK \ No newline at end of file -- cgit 1.2.3-korg