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
Loading
Loading
Loading
Loading

src/tests/oeccpsc22/README.md

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
# 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
+1 −0
Original line number Diff line number Diff line
@@ -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(
+7 −2
Original line number Diff line number Diff line
# 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.