diff options
author | Zoey <ying.zhaoying@huawei.com> | 2016-02-22 11:28:06 +0800 |
---|---|---|
committer | Zoey <ying.zhaoying@huawei.com> | 2016-02-22 11:44:19 +0800 |
commit | 375435b1174fb7ac9dce71e8877d085c52b805fb (patch) | |
tree | 553f34c79985df6596f897117544436561776441 /docs/release | |
parent | efd90c6f2ce0d36320bb9c349ec6d2edc00ed47f (diff) |
update docs for onosfwbrahmaputra.1.0stable/brahmaputra
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 ============ |