diff options
author | yuyang <Gabriel.yuyang@huawei.com> | 2017-03-31 00:26:31 +0800 |
---|---|---|
committer | yuyang <Gabriel.yuyang@huawei.com> | 2017-03-31 00:53:38 +0800 |
commit | 529508e4be82ef3e329e9ca3bec6210fb5ef90e6 (patch) | |
tree | 527d4072cd6ad6a869d984413c46d655d5e0a19b /docs/release/release-notes | |
parent | 1897171f07dfa56baaee2b4e7fd358b1a15b7c0d (diff) |
Finalize docs for Danube 1.0
JIRA: BOTTLENECK-145
Polishing docs and finalizing docs for Danube 1.0.
Change-Id: Iea5490785bce802aff37b7f52172d7f14ea358e0
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
Diffstat (limited to 'docs/release/release-notes')
-rw-r--r-- | docs/release/release-notes/release_notes.rst | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/release/release-notes/release_notes.rst b/docs/release/release-notes/release_notes.rst index dd08a0e4..d4a56703 100644 --- a/docs/release/release-notes/release_notes.rst +++ b/docs/release/release-notes/release_notes.rst @@ -44,6 +44,9 @@ Version History | Mar 24nd, 2017 | 1.2 | Bottlenecks Danube release 1.0 | | | | | +----------------+--------------------+---------------------------------+ +| Mar 24nd, 2017 | 1.3 | Bottlenecks Danube release 1.0 | +| | | | ++----------------+--------------------+---------------------------------+ Summary ======= @@ -190,7 +193,16 @@ not supported in this release. Known restrictions/issues ========================= -* TODO +* In Danube, Bottlenecks use Yardstick to do stress tests by iteratively calling yardstick running test cases and in the meantime increasing load. + + * Sometimes, Yardstick just waits for the test environment preparing. + This cause troubles since it seams to get Yardstick into a loop to keep waiting. + For OPNFV CI, this loop will be automatically stopped because of the default timeout setting. However, for local testing, user should stop this loop manually. + + * Sometimes, Yardstick will return empty test results with test flag indicating test is excuted succefully. + It maybe because of the environment issue or poor internet connection causing tools are not installed successfully. + +* Sometimes, a process will go to dormancy. In this case, if a tool is installed in the SUT and its process go dormancy, we try to call it twice. Normally, it will response. Test results |