Update git submodules
authorxudan <xudan16@huawei.com>
Thu, 25 May 2017 08:35:18 +0000 (04:35 -0400)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 26 May 2017 03:14:41 +0000 (03:14 +0000)
commitddc8ab406327ec6d88d0e9a5de63c1eba7d7282c
tree47e83da8c1b41f6eb16b2745cc458aa76b475a1b
parentba8e7b77aad80b6aa72b7995832318f1b2594e4a
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Change the directories of results and some files to DOVETAIL_HOME

    JIRA: DOVETAIL-438

    1. Need an env variable DOVETAIL_HOME in env_config.sh
    2. env_config.sh, pod.yaml and id_rsa should be put in path DOVETAIL_HOME/pre_config
    3. the results will also be put in this path
    4. no need to give the path of openstack credential file while running a testsuite
    5. if running with the code, source the env_config.sh file before running
          source $DOVETAIL_HOME/env_config.sh
          dovetail run --testsuite <testsuite_name>
    6. if running with Dovetail docker image
          docker run -it --privileged=true -e DOVETAIL_HOME=<dovetail_home_path>
                 -v <dovetail_home_path>:<dovetail_home_path>
                 -v /var/run/docker.sock:/var/run/docker.sock
                 opnfv/dovetail:latest /bin/bash

    Change-Id: Ia23078f27a34e293d0075e49c673930f41069cb6
Signed-off-by: xudan <xudan16@huawei.com>
docs/submodules/dovetail