From 3c90f22ded2245800c1577128fa53dd763140290 Mon Sep 17 00:00:00 2001 From: Cong Wang Date: Wed, 14 Feb 2024 21:49:07 -0500 Subject: [PATCH 1/3] Add link to sample failure topology request --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index eab81e35..1010c86a 100644 --- a/README.md +++ b/README.md @@ -210,3 +210,6 @@ $ tox [test_request]: https://github.com/atlanticwave-sdx/datamodel/blob/main/src/sdx_datamodel/data/requests/test_request.json [test_request_raw]: https://raw.githubusercontent.com/atlanticwave-sdx/datamodel/main/src/sdx_datamodel/data/requests/test_request.json + +[amlight_link_failure.json]: https://github.com/atlanticwave-sdx/datamodel/blob/main/src/sdx_datamodel/data/topologies/amlight_link_failure.json +[amlight_link_failure_raw]: https://raw.githubusercontent.com/atlanticwave-sdx/datamodel/main/src/sdx_datamodel/data/topologies/amlight_link_failure.json From 8530bb77e57abf61d2a8f42246e25d431c1c60b2 Mon Sep 17 00:00:00 2001 From: Cong Wang Date: Wed, 14 Feb 2024 21:52:21 -0500 Subject: [PATCH 2/3] Add description --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1010c86a..b7f40691 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,7 @@ repository: - [SAX topology][sax.json] ([raw][sax_raw]) - [ZAOXI topology][zaoxi.json] ([raw][zaoxi_raw]) - [Sample connection request][test_request] ([raw][test_request_raw]) +- [Sample topology request with link failure][amlight_link_failure.json] ([raw][amlight_link_failure_raw]) ## Running the test suite From a3f105b06f096bf412df565871c446cfbdbd8d79 Mon Sep 17 00:00:00 2001 From: Cong Wang Date: Wed, 14 Feb 2024 21:53:07 -0500 Subject: [PATCH 3/3] Update description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7f40691..23e23539 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ repository: - [SAX topology][sax.json] ([raw][sax_raw]) - [ZAOXI topology][zaoxi.json] ([raw][zaoxi_raw]) - [Sample connection request][test_request] ([raw][test_request_raw]) -- [Sample topology request with link failure][amlight_link_failure.json] ([raw][amlight_link_failure_raw]) +- [Sample AmLight topology with link failure][amlight_link_failure.json] ([raw][amlight_link_failure_raw]) ## Running the test suite