X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=devops-stages%2Fstage-test.sh;h=5f94ba354ec302f9307c77b3ed5ac05d02ebd1af;hp=4784abd231f0ea0b22c921254017d28db78bad60;hb=45bd94c2a096f53a5692f438aa5148c3d42631fa;hpb=2236d203182b39ae5d20d21a475c95f6a5d5fbc5 diff --git a/devops-stages/stage-test.sh b/devops-stages/stage-test.sh index 4784abd..5f94ba3 100755 --- a/devops-stages/stage-test.sh +++ b/devops-stages/stage-test.sh @@ -1,2 +1,18 @@ #!/bin/sh + +# 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. + tox -e flake8 +tox -e unittest +