diff options
author | Zoey <ying.zhaoying@huawei.com> | 2016-02-22 12:14:27 +0800 |
---|---|---|
committer | Zoey <ying.zhaoying@huawei.com> | 2016-02-22 12:14:27 +0800 |
commit | c0b94a1b1e599e2b2837b0d4d50d3afd09b1d7b6 (patch) | |
tree | 93a9213577d652f6fae150aeb7170767ca346f3e /docs/release | |
parent | 7589e3856b48e36c386d3c5d1bc29e0ce8854d07 (diff) |
update docs for onosfw
Diffstat (limited to 'docs/release')
-rw-r--r-- | docs/release/onos-release.rst | 82 |
1 files changed, 44 insertions, 38 deletions
diff --git a/docs/release/onos-release.rst b/docs/release/onos-release.rst index fb162bf7..26e1d72f 100644 --- a/docs/release/onos-release.rst +++ b/docs/release/onos-release.rst @@ -49,47 +49,53 @@ ONOSFW addresses integrating an SDN controller of choice based on a target appli ONOSFW Test Scenarios ===================== -Secenario 14 ONOS-HA for Bare Metal: - -+---------------------------------------+------------------------------------------------------------+---------+------------------------------------------------------------+------------------------------------------------------------+ -| FuncTest Usecase \ Installers | Apex | Compass | Fuel | JOID | -+=======================================+============================================================+=========+============================================================+============================================================+ -| vPing | Should Fail; | Success | Should Fail; | Should Fail; | -| | ONOSFW do not support Layer 3 feature in BM deploy in Apex | | ONOSFW do not support Layer 3 feature in BM deploy in Fuel | ONOSFW do not support Layer 3 feature in BM deploy in JOID | -+---------------------------------------+------------------------------------------------------------+---------+------------------------------------------------------------+------------------------------------------------------------+ -| ONOS | Should Fail; | Success | Should Fail; | Should Fail; | -| | ONOSFW do not support Layer 3 feature in BM deploy in Apex | | ONOSFW do not support Layer 3 feature in BM deploy in Fuel | ONOSFW do not support Layer 3 feature in BM deploy in JOID | -+---------------------------------------+------------------------------------------------------------+---------+------------------------------------------------------------+------------------------------------------------------------+ -| tempest | Should Fail; | Success | Should Fail; | Should Fail; | -| | ONOSFW do not support Layer 3 feature in BM deploy in Apex | | ONOSFW do not support Layer 3 feature in BM deploy in Fuel | ONOSFW do not support Layer 3 feature in BM deploy in JOID | -+---------------------------------------+------------------------------------------------------------+---------+------------------------------------------------------------+------------------------------------------------------------+ -| VIMS | Should Fail; | Success | Should Fail; | Should Fail; | -| | ONOSFW do not support Layer 3 feature in BM deploy in Apex | | ONOSFW do not support Layer 3 feature in BM deploy in Fuel | ONOSFW do not support Layer 3 feature in BM deploy in JOID | -+---------------------------------------+------------------------------------------------------------+---------+------------------------------------------------------------+------------------------------------------------------------+ -| RALLY | Should Fail; | Success | Should Fail; | Should Fail; | -| | ONOSFW do not support Layer 3 feature in BM deploy in Apex | | ONOSFW do not support Layer 3 feature in BM deploy in Fuel | ONOSFW do not support Layer 3 feature in BM deploy in JOID | -+---------------------------------------+------------------------------------------------------------+---------+------------------------------------------------------------+------------------------------------------------------------+ ++---------------------------------------+-------------------------------------------+-------------------------------------------+-------------------------------------------+------------------------------------------------------------+ +| FuncTest Usecase \ Installers | Apex | Compass | Fuel | JOID | ++=======================================+===========================================+===========================================+===========================================+============================================================+ +| vPing For user metadata | Should Fail; | Should Fail; | Should Fail; | Should Fail; | +| | ONOSFW do not support user metadata in BM | ONOSFW do not support user metadata in BM | ONOSFW do not support user metadata in BM | ONOSFW do not support user metadata in BM | ++---------------------------------------+-------------------------------------------+-------------------------------------------+-------------------------------------------+------------------------------------------------------------+ +| vPing | Success | Success | Success | Success | +| | | | | | ++---------------------------------------+-------------------------------------------+-------------------------------------------+-------------------------------------------+------------------------------------------------------------+ +| tempest | Success[1] | Success[1] | Success[1] | Success[1] | +| | | | | | ++---------------------------------------+-------------------------------------------+-------------------------------------------+-------------------------------------------+------------------------------------------------------------+ +| VIMS | NR | NR | NR | NR | +| | | | | | ++---------------------------------------+-------------------------------------------+-------------------------------------------+-------------------------------------------+------------------------------------------------------------+ +| RALLY | Success | Success | Success | Success | +| | | | | | ++---------------------------------------+-------------------------------------------+-------------------------------------------+-------------------------------------------+------------------------------------------------------------+ +| ONOS | Success | Success | Success | Success | +| | | | | | ++---------------------------------------+-------------------------------------------+-------------------------------------------+-------------------------------------------+------------------------------------------------------------+ Secenario 14 ONOS-HA for Virtual: -+---------------------------------------+---------+---------+---------+---------+ -| FuncTest Usecase \ Installers | Apex | Compass | Fuel | JOID | -+=======================================+=========+=========+=========+=========+ -| vPing | Success | Success | Success | Success | -| | | | | | -+---------------------------------------+---------+---------+---------+---------+ -| ONOS | Success | Success | Success | Success | -| | | | | | -+---------------------------------------+---------+---------+---------+---------+ -| tempest | Success | Success | Success | Success | -| | | | | | -+---------------------------------------+---------+---------+---------+---------+ -| VIMS | Success | Success | Success | Success | -| | | | | | -+---------------------------------------+---------+---------+---------+---------+ -| RALLY | Success | Success | Success | Success | -| | | | | | -+---------------------------------------+---------+---------+---------+---------+ ++---------------------------------------+-------------------------------------------+-------------------------------------------+-------------------------------------------+-------------------------------------------+ +| FuncTest Usecase \ Installers | Apex | Compass | Fuel | JOID | ++=======================================+===========================================+===========================================+===========================================+===========================================+ +| vPing For user metadata | Should Fail; | Should Fail; | Should Fail; | Should Fail; | +| | ONOSFW do not support user metadata in VM | ONOSFW do not support user metadata in VM | ONOSFW do not support user metadata in VM | ONOSFW do not support user metadata in VM | ++---------------------------------------+-------------------------------------------+-------------------------------------------+-------------------------------------------+-------------------------------------------+ +| vPing | Success | Success | Success | Success | +| | | | | | ++---------------------------------------+-------------------------------------------+-------------------------------------------+-------------------------------------------+-------------------------------------------+ +| tempest | Success[1] | Success[1] | Success[1] | Success[1] | +| | | | | | ++---------------------------------------+-------------------------------------------+-------------------------------------------+-------------------------------------------+-------------------------------------------+ +| VIMS | NR | NR | NR | NR | +| | | | | | ++---------------------------------------+-------------------------------------------+-------------------------------------------+-------------------------------------------+-------------------------------------------+ +| RALLY | Success | Success | Success | Success | +| | | | | | ++---------------------------------------+-------------------------------------------+-------------------------------------------+-------------------------------------------+-------------------------------------------+ +| ONOS | Success | Success | Success | Success | +| | | | | | ++---------------------------------------+-------------------------------------------+-------------------------------------------+-------------------------------------------+-------------------------------------------+ + +[1] There are 11 failed tests out of 210 which (we think) are related to nova metadata service not supported by onos yet. Some tests need to pass the ssh-key to the instances using that service. However, it passes the success criteria of >=90%; details show in JIRA ticket : https://jira.onosproject.org/browse/ONOS-3997 ONOS Release ============ |