Update git submodules
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Thu, 5 Apr 2018 18:27:09 +0000 (18:27 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 5 Apr 2018 18:27:09 +0000 (18:27 +0000)
commit89648d6e70b005d1f8e5f9e30eda7d82ea22574c
tree4308409ce561f060aef890703104c1e178d72554
parent279c821c7166fbffa4974e4c0e13d450e0d1630d
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Update Tox JJB Command"
  - Update Tox JJB Command

    This allows using the command to only test one project's changes. For
    example:

      tox -e jjb -- jjb/releng

    Will only test jobs under 'jjb/releng'. If jobs have dependencies, of
    multiple project jobs need to be tested, they can be included using the
    jjb ':' syntax, as anything after '--' is passed directly to jjb:

      tox -e jjb -- jjb/doctor:jjb/functest

    Change-Id: I4b71803a1d6ed4f62d50cdca87183a68b20fae5a
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
docs/submodules/releng