From 0a05dc377e41dafeaa1eb4783597eab753952029 Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Tue, 11 Jan 2022 07:37:46 +0100 Subject: [PATCH] Fix NON-RT RIC DMaaP Mediator Producer test GO-ROOT was incorrect. Issue-ID: NONRTRIC-702 Signed-off-by: elinuxhenrik Change-Id: Ie648b33e509c7ac12aa697bd01218de6c55920f9 --- jjb/nonrtric/nonrtric.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/nonrtric/nonrtric.yaml b/jjb/nonrtric/nonrtric.yaml index 415f4176..63be2f1d 100644 --- a/jjb/nonrtric/nonrtric.yaml +++ b/jjb/nonrtric/nonrtric.yaml @@ -200,7 +200,7 @@ # Directory with Dockerfile docker-root: 'dmaap-mediator-producer' # Directory where go test should be run - go-root: 'test/usecases/dmaap-mediator-producer' + go-root: 'dmaap-mediator-producer' # Limit build trigger to appropriate files gerrit_trigger_file_paths: - compare-type: REG_EXP -- 2.16.6