From: Rodolfo Alonso Hernandez Date: Wed, 4 Jul 2018 16:54:05 +0000 (+0100) Subject: Update git submodules X-Git-Tag: opnfv-10.0.0~1206 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=e7c55fc16d2e402b38e803ead9a2227b0f9bf38f;p=opnfvdocs.git Update git submodules * Update docs/submodules/yardstick from branch 'master' - Create a SampleVNF MQ consumer class This new class is designed to be used in a ``GenericVNF`` object (VNF or traffic generator) in a builder pattern. This consumer class will be instantiated when initializing the ``GenericVNF`` derived object. The ``GenericVNFConsumer`` endpoint is the ``GenericVNF``derived object itself. ``GenericVNFEndpoint`` is an interface class to be inherited in a ``GenericVNF`` child object; the VNF object will implement the endpoints methods. NewVNF(GenericVNF, GenericVNFEndpoint): def __init__(self, name, vnfd, task_id): ... self._consumer = vnf_base.GenericVNFConsumer([task_id], self) self._consumer.start_rpc_server() JIRA: YARDSTICK-1293 Change-Id: I1bcd980352099e9ebefdab0c96d51aa46f6a1e54 Signed-off-by: Rodolfo Alonso Hernandez --- diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick index f6fa0d742..f3cae5191 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit f6fa0d7422f0669d049dbf07a51eb39b1dc25830 +Subproject commit f3cae5191bb3c944fd08780d8a8940d2aa60c4d0