Skip to content

Commit

Permalink
Remove unnecessary waiting from BDD tests
Browse files Browse the repository at this point in the history
There are many cases of sleep invocations being made during BDD tests
which are not necessary for the tests to pass. This commit removes
many of the cases of this occurring. I have also reformatted the
tests I have touched to replace tab characters with the standard 4
spaces and make indentation adhere to some semblance of a standard.
Additionally, I have reenabled tests for issue 680 and issue 724 which
pass.

Change-Id: I8695a27f5f35a50b0e84e2c0fddd79dfb885e88a
Signed-off-by: Julian Carrivick <cjulian@au1.ibm.com>
  • Loading branch information
juliancarrivick-ibm committed Aug 16, 2016
1 parent 457635a commit 9465fdf
Show file tree
Hide file tree
Showing 2 changed files with 371 additions and 403 deletions.
4 changes: 1 addition & 3 deletions bddtests/.behaverc
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[behave]
tags=~@issue_724
~@issue_767
tags=~@issue_767
~@issueUtxo
~@issue_477
~@issue_680
~@issue_1207
~@issue_1565
~@issue_RBAC_TCERT_With_Attributes
Expand Down
Loading

0 comments on commit 9465fdf

Please sign in to comment.