diff options
author | Steve Smokowski <ss835w@att.com> | 2019-02-18 13:29:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-18 13:29:06 +0000 |
commit | 31b66482ccdd825edf80575c7827c9e2fdaee10a (patch) | |
tree | 5d5acb6b1fe6627aadeabedd59fba19176c10a3b | |
parent | e06855542346b9eace6e1c701ceeb526c8ebf7ab (diff) |
Update git submodules
* Update docs/submodules/so.git from branch 'master'
to 2029fd97783776ded9d42d88dea2cc919cbed3e8
- Merge "fix sonar critical bug"
- fix sonar critical bug
MsoHeatUtils: remove unnecessary heatClient check for null
1. sonar assumes that heatClient is nullable and NullPointer may be thrown in line 309
2. heatClient is never null: method creates a new object or throws Exception
MsoHeatUtilsTest: added tests for getHeatClient and createStack methods
BaseTest: made CloudIdentity and CloudSite getters protected for other tests to use them
StubOpenStack: added stubs for getStack and unsuccessful authorization
removed unused imports
Change-Id: Ie62c89f55d1894df48d9cc4d14760d36e96c4cb2
Issue-ID: SO-1516
Signed-off-by: k.kazak <k.kazak@samsung.com>
m--------- | docs/submodules/so.git | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/so.git b/docs/submodules/so.git -Subproject 8ef504fa4b7117af1138d653106c9aa328d0522 +Subproject 2029fd97783776ded9d42d88dea2cc919cbed3e |