Update git submodules
authorCedric Ollivier <cedric.ollivier@orange.com>
Mon, 9 Jul 2018 12:35:22 +0000 (12:35 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 9 Jul 2018 12:35:22 +0000 (12:35 +0000)
commit300117d41dc9c4fe280c9a793dd430df4829cc44
treee2fd1b375971b119f52803a466918c418a6f6256
parent38eb6e8e22bba05c2f44172b0704dc08b1073114
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Refactor tempest common"
  - Refactor tempest common

    It also renames two testcases and updates all docs because tests
    run in parallel in case of tempest smoke.

    To force one thread as before:
    run:
        module: 'functest.opnfv_tests.openstack.tempest.tempest'
        class: 'TempestCommon'
        args:
            mode: '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$'
            option:
                - '--concurrency=1'

    JIRA: FUNCTEST-989

    Change-Id: I1348f5908400a5046be8edf983db4afa12e546c3
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docs/submodules/functest