Skip to content
Snippets Groups Projects
Commit f5c849fd authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

OECC/PSC'22 Experiment:

- moved README file to tutorial folder
- solved minor code issue with slice removal placeholder
parent 6b76b189
No related branches found
No related tags found
1 merge request!54Release 2.0.0
# OECC/PSC'22 Paper - Interdomain slices
This functional test reproduces the experiment in paper "... paper title ..." presented at OECC/PSC'22 conference
[OECC/PSC'22](... demo link ...).
## Functional test folder
This functional test can be found in folder `./src/tests/oeccpsc22/`. A convenience alias `./oeccpsc22/` pointing to that folder has been defined.
# TO BE WRITTEN
......@@ -113,6 +113,7 @@ def test_interdomain_slice_removal(
#assert len(service_uuids) == 1 # assume a single service has been created
#service_uuid = set(service_uuids).pop()
#osm_wim.delete_connectivity_service(service_uuid)
pass
def test_interdomain_slice_removed(
......
# 2.3. OECC/PSC'22 Demo (WORK IN PROGRESS)
# 2.3. OECC/PSC'22 Demo - Interdomain slices (WORK IN PROGRESS)
Check [Old Version](./../oeccpsc22/README.md)
This functional test reproduces the experiment in paper "... paper title ..." presented at OECC/PSC'22 conference
[OECC/PSC'22](... demo link ...).
## 2.3.1. Functional test folder
This functional test can be found in folder `./src/tests/oeccpsc22/`. A convenience alias `./oeccpsc22/` pointing to
that folder has been defined.
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