Update git submodules
authorManuel Buil <mbuil@suse.com>
Wed, 21 Feb 2018 08:42:29 +0000 (08:42 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 21 Feb 2018 08:42:29 +0000 (08:42 +0000)
commitb6849dd7f94abaca32d87995303f5a2524707053
treef0cb217aaf80f9689c040fe5e78134a4dd94cb09
parent2fa98c59644bec0d9c8fb58dfcb022fb6af1a01b
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Merge "Switch from CONST to env.get()"
  - Switch from CONST to env.get()

    env.get() ensures that default values are reused if unset.
    It also avoids desynchronization between os.environ and CONST.

    It follows the change "Get properly env vars or their default values"
    [1] applied in Functest.

    It also fixes minor issues on shebangs and takes several pylint rules
    into account in this module:
      - http://pylint-messages.wikidot.com/messages:w0702
      - https://www.python.org/dev/peps/pep-0282/

    [1] https://gerrit.opnfv.org/gerrit/#/c/52221/

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