Skip to content

Commit

Permalink
Merge pull request #80 from atlanticwave-sdx/98.remove-topology
Browse files Browse the repository at this point in the history
Remove topologymanager module
  • Loading branch information
sajith authored Mar 23, 2023
2 parents f030997 + e6584d8 commit 7674c89
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 791 deletions.
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,3 @@ dist/
/.coverage.*
/.coverage.el
/coverage.xml

# Ignore files generated when running tests.
/tests/data/amlight.png
/tests/data/sdx.png
/tests/data/sdx-out.json
15 changes: 15 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,18 @@ test =
matplotlib==3.5.2
pytest
pytest-cov

[coverage:run]
branch = True
source_pkgs = sdx.datamodel
omit = tests/*
relative_files = True

[coverage:paths]
source =
# In checkouts.
src/
# In installed paths.
**/site-packages/
# In tox environments.
.tox/**/site-packages/
1 change: 0 additions & 1 deletion src/sdx/datamodel/models/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def __init__(
status=None,
complete=False,
): # noqa: E501

self._id = id
self._name = name
self._quantity = None
Expand Down
1 change: 0 additions & 1 deletion src/sdx/datamodel/models/topology.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@


class Topology(object):

swagger_types = {
"id": "str",
"name": "str",
Expand Down
11 changes: 0 additions & 11 deletions src/sdx/datamodel/topologymanager/__init__.py

This file was deleted.

77 changes: 0 additions & 77 deletions src/sdx/datamodel/topologymanager/grenmlconverter.py

This file was deleted.

Loading

0 comments on commit 7674c89

Please sign in to comment.