Commit 6f18ee45 authored by aticig's avatar aticig Committed by garciadeblas
Browse files

Refactoring NBI decriptor_topics unit tests,


enabling stage-test to fail with tox results

Test_VnfdTopic and Test_NsdTopic classes are refactored.

Change-Id: Ic8e8310f2c2913cf07ff25755f1a2196d16eb944
Signed-off-by: aticig's avataraticig <gulsum.atici@canonical.com>
parent 5be838c7
Loading
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
#!/bin/sh
#!/bin/bash

# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -13,5 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

OUTPUT=$(TOX_PARALLEL_NO_SPINNER=1 tox --parallel=auto)
printf "$OUTPUT"
set -e
echo "Launching tox"
tox --parallel=auto
+897 −857

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -17,5 +17,5 @@ asynctest
coverage
deepdiff
nose2
requests==2.25.1
requests
pyang
+2 −2
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ coverage==6.4.1
    #   nose2
deepdiff==5.8.1
    # via -r requirements-test.in
idna==2.10
idna==3.3
    # via
    #   requests
    #   yarl
@@ -54,7 +54,7 @@ ordered-set==4.1.0
    # via deepdiff
pyang==2.5.3
    # via -r requirements-test.in
requests==2.25.1
requests==2.28.0
    # via -r requirements-test.in
six==1.16.0
    # via nose2