Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GÉANT Service Orchestrator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
GÉANT Orchestration and Automation Team
GAP
GÉANT Service Orchestrator
Merge requests
!83
Clean up the repo a bit, and add some unit tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Clean up the repo a bit, and add some unit tests
feature/add-unit-tests
into
develop
Overview
8
Commits
21
Pipelines
7
Changes
4
All threads resolved!
Hide all comments
Merged
Karel van Klink
requested to merge
feature/add-unit-tests
into
develop
1 year ago
Overview
8
Commits
21
Pipelines
7
Changes
4
All threads resolved!
Hide all comments
Expand
Add a bunch of unit tests for different workflows
Rework the different
util
modules and merge them where relevant
Resolve some TODO items in config.py (netmasks are now validated)
Add some
:term:
directives to docstrings
Resolve a pytest warning about an unregistered mark
@pytest.mask.workflow
0
0
Merge request reports
Viewing commit
0a08e5b4
Show latest version
4 files
+
37
−
39
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
Verified
0a08e5b4
split off reused method to __init__ module, update router creation test
· 0a08e5b4
Karel van Klink
authored
1 year ago
gso/workflows/router/terminate_router.py
+
2
−
0
Options
@@ -57,6 +57,8 @@ def deprovision_lt_ips(subscription: Router) -> dict:
@step
(
"
Remove configuration from router
"
)
def
remove_config_from_router
()
->
None
:
# FIXME: Add actual content
# TODO: update unit test accordingly
pass
Loading