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)
commite7c55fc16d2e402b38e803ead9a2227b0f9bf38f
tree4b94def21abaf2a2aae271de774d5e68c79c4e99
parent0f88066c52fb818bc37768f681e1d41be39614c5
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 <rodolfo.alonso.hernandez@intel.com>
docs/submodules/yardstick