diff options
author | Georg Kunz <georg.kunz@ericsson.com> | 2017-03-07 17:12:54 +0100 |
---|---|---|
committer | Georg Kunz <georg.kunz@ericsson.com> | 2017-03-14 07:51:08 +0000 |
commit | ae1076e51f5e1dd783b49bc5479b45c5d59f58c4 (patch) | |
tree | f0de5fad6145eb19b4a622c7ea8e0f8a64db0c8b /docs/release/scenarios/os-odl-gluon-noha/scenario.description.rst | |
parent | d0f753440d2b63eeefd4ed58edb544df1ad3a360 (diff) |
Adding further documentation for the Gluon scenario
Change-Id: I4926ab30223312b91b6349b798f652615d70001e
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
(cherry picked from commit 8a3e022acdcab14bd1f51cf08f4a26004dda49e7)
Diffstat (limited to 'docs/release/scenarios/os-odl-gluon-noha/scenario.description.rst')
-rw-r--r-- | docs/release/scenarios/os-odl-gluon-noha/scenario.description.rst | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/release/scenarios/os-odl-gluon-noha/scenario.description.rst b/docs/release/scenarios/os-odl-gluon-noha/scenario.description.rst index 765cf8e..c73fa36 100644 --- a/docs/release/scenarios/os-odl-gluon-noha/scenario.description.rst +++ b/docs/release/scenarios/os-odl-gluon-noha/scenario.description.rst @@ -81,6 +81,27 @@ for configuring the L3VPN service Proton is as follows: More detailed information can be found in the `Gluon feature guide <../release_userguide/index.html>`_. +Scenario-specific test cases +---------------------------- + +A Gluon-specific test case is run against this scenario to verify the +functionality provided by Gluon. This section briefly describes the test case. + +The test case verifies that Gluon can be used to provision a L3VPN which +provides layer 3 connectivity between two virtual machines connected to two +different networks. Specifically, the test case performs the following steps: + + i) create two Gluon ports + ii) create a L3VPN + iii) create service bindings between the Gluon ports and the L3VPN + iv) boot two VMs - each using one of the previously created ports + v) send a single ping (ICMP) packet from VM1 to VM2 and vice versa + vi) verify that both pings succeeded + +All calls to the REST API of the L3VPN Proton are done by means of the +protonclient command line tool. + + Limitations, Issues and Workarounds ----------------------------------- .. Explain scenario limitations here, this should be at a design level rather than discussing |