From c073b2e7938ac711d570aaaf4ad7189fc8d6cb87 Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Wed, 28 Feb 2018 18:01:24 +0000 Subject: Update git submodules * 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 Signed-off-by: Emma Foley --- docs/submodules/yardstick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules/yardstick') diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick index bdfdad8f8..ecfb54a60 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit bdfdad8f8c064228b11238bf33a02a57829d6993 +Subproject commit ecfb54a60eb8e4395b582f114c92f69f547c3e45 -- cgit 1.2.3-korg