Updates sol006 branch with master 86/9886/2
authorgarciaale <agarcia@whitestack.com>
Mon, 19 Oct 2020 18:47:00 +0000 (15:47 -0300)
committergarciaale <agarcia@whitestack.com>
Tue, 20 Oct 2020 21:39:45 +0000 (18:39 -0300)
Change-Id: I0fc5d6f0dcf1b0827430602847f0f9e627a599e2
Signed-off-by: garciaale <agarcia@whitestack.com>
1  2 
Makefile
tox.ini

diff --cc Makefile
+++ b/Makefile
@@@ -113,12 -100,7 +112,12 @@@ deps
        $(Q)sudo -H python3 -m pip install -U pyang pyangbind stdeb
        $(Q)sudo -H python2 -m pip install -U pyang pyangbind stdeb
        $(Q)mkdir -p ~/.m2
-       $(Q)cp -n ~/.m2/settings.xml{,.orig} ; wget -q -O - https://raw.githubusercontent.com/opendaylight/odlparent/master/settings.xml > ~/.m2/settings.xml
+       $(Q)cp -n ~/.m2/settings.xml ~/.m2/settings.xml.orig ; wget -q -O - https://raw.githubusercontent.com/opendaylight/odlparent/master/settings.xml > ~/.m2/settings.xml
  
 +sol006_deps:
 +      $(Q)git clone --single-branch --branch v2.6.1 https://forge.etsi.org/rep/nfv/SOL006.git sol006_model
 +      $(Q)patch -p2 < patch/deref_warnings.patch
 +      $(Q)patch -p2 < patch/nested_workaround.patch
 +
  clean:
 -      $(Q)rm -rf dist osm_im.egg-info deb deb_dist *.gz osm-imdocs* yang2swagger $(TREES_DIR)
 +      $(Q)rm -rf dist sol006_model osm_im.egg-info deb deb_dist *.gz osm-imdocs* yang2swagger $(TREES_DIR)
diff --cc tox.ini
+++ b/tox.ini
@@@ -1,18 -1,21 +1,18 @@@
 -# Copyright 2019 ETSI OSM
 +# 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
  #
 -# All Rights Reserved.
 -#
 -#    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.
 +#    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]
- envlist = py27,py3
+ envlist = py3
  toxworkdir={homedir}/.tox
  
  [testenv]