Update git submodules
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Wed, 4 Jul 2018 16:54:05 +0000 (17:54 +0100)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 18 Jul 2018 09:31:28 +0000 (09:31 +0000)
* 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 <rodolfo.alonso.hernandez@intel.com>
docs/submodules/yardstick

index f6fa0d7..f3cae51 160000 (submodule)
@@ -1 +1 @@
-Subproject commit f6fa0d7422f0669d049dbf07a51eb39b1dc25830
+Subproject commit f3cae5191bb3c944fd08780d8a8940d2aa60c4d0