Update git submodules
authorMorgan Richomme <morgan.richomme@orange.com>
Mon, 2 Oct 2017 15:11:13 +0000 (17:11 +0200)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 2 Oct 2017 15:58:48 +0000 (15:58 +0000)
commit6b825af7ff135aa02175710110aa9aa189deda28
treeb943e134836176130239ce6e7ce32d7683eefb68
parent4579bdfe06c72e9c6945aa0b6e02bffdd7a3069f
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Bug fix: vping_userdata test status was not properly reported

    vping_base is calling vping_userdata
    vping_user data could return only EX_TESTCASE_FAILED or EX_OK
    by default vping_base always returns EX_OK (based on self.result=100..)
    it returned EX_RUN_ERROR only if upper class report EX_RUN_ERROR

    that is why vping_userdata was always PASS even if the trace "Ping OK"
    cannot be retrieved from the Nova console

    it seems that when running the vping_userdata, we systematically got
     Failed to read iid from metadata

    Change-Id: If72441dd93bffada5c7a5399c87db68d7ebeebed
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
docs/submodules/functest