Update git submodules
authorMorgan Richomme <morgan.richomme@orange.com>
Fri, 25 Aug 2017 12:14:36 +0000 (12:14 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 25 Aug 2017 12:14:36 +0000 (12:14 +0000)
commitaf73ee600d0e77532d11f025f0c644bdd01814b8
treeb21adf943704bab7bcb2c3aca6dc98c2409b5ea2
parent86beda55247aace067858128198ed5279b2860c3
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Create API to update hosts info"
  - Create API to update hosts info

    API: /api/v1/functest/envs/action
    METHOD: POST
    PARAMS:
    {
        "action": "update_hosts",
        "args": {
                "identity.ac.dz.com": "8.20.11.22",
                "image.ac.dz.com": "8.20.11.22"
        }
    }

    JIRA: FUNCTEST-856

    Change-Id: Ifaf064110ade6e39189dd14b38c921d9e1c3568d
Signed-off-by: Linda Wang <wangwulin@huawei.com>
docs/submodules/functest