X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fric-plt-tracelibgo%2Fprescan-ric-plt-tracelibgo-ubuntu.sh;fp=jjb%2Fric-plt-tracelibgo%2Fprescan-ric-plt-tracelibgo-ubuntu.sh;h=9810feed6ef7f90042137072603098ec034b3211;hb=e879411c0c5f70b11e1898bec83a4239787e847d;hp=0000000000000000000000000000000000000000;hpb=677f4fe11da0ca0fb3abcaf10806951e5a48d6b3;p=ci-management.git diff --git a/jjb/ric-plt-tracelibgo/prescan-ric-plt-tracelibgo-ubuntu.sh b/jjb/ric-plt-tracelibgo/prescan-ric-plt-tracelibgo-ubuntu.sh new file mode 100644 index 00000000..9810feed --- /dev/null +++ b/jjb/ric-plt-tracelibgo/prescan-ric-plt-tracelibgo-ubuntu.sh @@ -0,0 +1,27 @@ +#!/bin/sh +# +# Copyright (c) 2019 AT&T Intellectual Property. +# Copyright (c) 2018-2019 Nokia. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# This source code is part of the near-RT RIC (RAN Intelligent Controller) +# platform project (RICP). +# + + +set -e + +export GO111MODULE=on +go mod download +go test ./pkg/tracelibgo -v -coverprofile cover.out