Update git submodules
authorMarkos Chandras <mchandras@suse.de>
Tue, 26 Sep 2017 12:46:49 +0000 (13:46 +0100)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 26 Sep 2017 15:27:34 +0000 (15:27 +0000)
commit035d33b082189b24a3d38b0b19299f0d597bf4f2
tree24aa0649e73ab077febd9178cb88a6cc940f252d
parentf169f7dda022bf057c5621df33f384c8ec04686e
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - jjb: xci: xci-verify-jobs: Fix clean VM job

    According to
    https://docs.openstack.org/infra/jenkins-job-builder/definition.html#macro-notes
    we only need to use ${{x}} when the macro has parameters. However, none
    of our macros has so the correct way to use the shell variable is ${x}.
    Moreover, we set the missing execute bit in the jenkins test script.
    Additionally, we fix the OPNFV_RELENG_DEV_PATH parameter to point to the
    directory inside the VM where the releng-xci repo is located.
    Finally we fix the parent directory in which the test is executed.

    Change-Id: Ic6157caa5042274a3a3d0de276bdacc15a90a82d
Signed-off-by: Markos Chandras <mchandras@suse.de>
docs/submodules/releng