Update git submodules
authorEmma Foley <emma.l.foley@intel.com>
Wed, 28 Feb 2018 18:01:24 +0000 (18:01 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 28 Feb 2018 18:01:24 +0000 (18:01 +0000)
* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add Flags class to base.Context"
  - Add Flags class to base.Context

    This patch adds a Flags class to represent the flags passed to
    the context.

    Flags will contain a set of attributes (for example no_setup and no_teardown).
    Those attributes will modify the behaviour of the context.

    The attributes added initially are:
    * 'no_setup' (default: False)
    * 'no_teardown' (default: False)

    In future patches, they will be used by the context to:
    * Change the name of the context.
    * Skip the deploy() and undeploy() methods to keep the VNFs active after the
      testcases are run.

    JIRA: YARDSTICK-886
    Change-Id: I734b082aa101649eea8991304a8b753ae96aa9de
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
docs/submodules/yardstick

index bdfdad8..ecfb54a 160000 (submodule)
@@ -1 +1 @@
-Subproject commit bdfdad8f8c064228b11238bf33a02a57829d6993
+Subproject commit ecfb54a60eb8e4395b582f114c92f69f547c3e45