From 529508e4be82ef3e329e9ca3bec6210fb5ef90e6 Mon Sep 17 00:00:00 2001 From: yuyang Date: Fri, 31 Mar 2017 00:26:31 +0800 Subject: 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 --- docs/release/release-notes/release_notes.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'docs/release/release-notes/release_notes.rst') 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 -- cgit 1.2.3-korg