Update git submodules
authorSteve Smokowski <ss835w@att.com>
Mon, 18 Feb 2019 13:29:06 +0000 (13:29 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 18 Feb 2019 13:29:06 +0000 (13:29 +0000)
commit31b66482ccdd825edf80575c7827c9e2fdaee10a
tree5d5acb6b1fe6627aadeabedd59fba19176c10a3b
parente06855542346b9eace6e1c701ceeb526c8ebf7ab
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>
docs/submodules/so.git