Skip to content
Snippets Groups Projects
Commit a51ac07e authored by Erik Reid's avatar Erik Reid
Browse files

Finished feature rename-module.

parents e492f9ca cf92a018
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,8 @@ from orchestrator.workflow import done, init, step, workflow
from orchestrator.workflows.steps import resync, set_status
from orchestrator.workflows.steps import store_process_subscription
from orchestrator.workflows.utils import wrap_create_initial_input_form
from geant_service_orchestrator.products.product_types import device
from geant_service_orchestrator.services import ipam, provisioning_proxy
from gso.products.product_types import device
from gso.services import ipam, provisioning_proxy
def initial_input_form_generator(product_name: str) -> FormGenerator:
......
......@@ -11,7 +11,7 @@ from orchestrator.workflows.steps import (
)
from orchestrator.workflows.utils import wrap_modify_initial_input_form
from geant_service_orchestrator.products.product_types.device import Device
from gso.products.product_types.device import Device
def initial_input_form_generator(subscription_id: UUIDstr) -> InputForm:
......
......@@ -9,7 +9,7 @@ deps =
commands =
coverage erase
coverage run --source geant_service_orchestrator -m pytest {posargs}
coverage run --source gso -m pytest {posargs}
coverage xml
coverage html
# coverage report --fail-under 80
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment