Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TFS
controller
Commits
a60a599a
Commit
a60a599a
authored
1 year ago
by
Lluis Gifre Renom
Browse files
Options
Downloads
Patches
Plain Diff
NBI Component:
- Updated unitary test launcher scripts
parent
f1dcf6e0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!235
Release TeraFlowSDN 3.0
,
!173
Resolve "(CTTC) Implement NBI connector IETF Network Topology"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripts/run_tests_locally-nbi-ietf-network.sh
+0
-3
0 additions, 3 deletions
scripts/run_tests_locally-nbi-ietf-network.sh
scripts/run_tests_locally-nbi.sh
+0
-3
0 additions, 3 deletions
scripts/run_tests_locally-nbi.sh
with
0 additions
and
6 deletions
scripts/run_tests_locally-nbi-ietf-network.sh
+
0
−
3
View file @
a60a599a
...
@@ -20,8 +20,5 @@ cd $PROJECTDIR/src
...
@@ -20,8 +20,5 @@ cd $PROJECTDIR/src
RCFILE
=
$PROJECTDIR
/coverage/.coveragerc
RCFILE
=
$PROJECTDIR
/coverage/.coveragerc
# Run unitary tests and analyze coverage of code at same time
# Run unitary tests and analyze coverage of code at same time
#coverage run --rcfile=$RCFILE --append -m pytest --log-level=INFO --verbose \
# nbi/tests/test_unitary.py
coverage run
--rcfile
=
$RCFILE
--append
-m
pytest
--log-level
=
INFO
--verbose
\
coverage run
--rcfile
=
$RCFILE
--append
-m
pytest
--log-level
=
INFO
--verbose
\
nbi/tests/test_ietf_network.py
nbi/tests/test_ietf_network.py
This diff is collapsed.
Click to expand it.
scripts/run_tests_locally-nbi.sh
+
0
−
3
View file @
a60a599a
...
@@ -20,8 +20,5 @@ cd $PROJECTDIR/src
...
@@ -20,8 +20,5 @@ cd $PROJECTDIR/src
RCFILE
=
$PROJECTDIR
/coverage/.coveragerc
RCFILE
=
$PROJECTDIR
/coverage/.coveragerc
# Run unitary tests and analyze coverage of code at same time
# Run unitary tests and analyze coverage of code at same time
#coverage run --rcfile=$RCFILE --append -m pytest --log-level=INFO --verbose \
# nbi/tests/test_unitary.py
coverage run
--rcfile
=
$RCFILE
--append
-m
pytest
--log-level
=
INFO
--verbose
\
coverage run
--rcfile
=
$RCFILE
--append
-m
pytest
--log-level
=
INFO
--verbose
\
nbi/tests/test_unitary.py
nbi/tests/test_unitary.py
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment