Update git submodules
authorJose Lausuch <jose.lausuch@ericsson.com>
Wed, 17 May 2017 08:56:08 +0000 (08:56 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 17 May 2017 08:56:08 +0000 (08:56 +0000)
commit26582d480b980dfbe33d225e31a0a6a136344638
tree2cb8c3556c575f6b4b38be479a22479a61ff15b6
parent62b2685c6e8e5846a28d65350456350d033f62f2
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Converted vPing to leverage the object-oriented SNAPS library."
  - Converted vPing to leverage the object-oriented SNAPS library.

    JIRA: FUNCTEST-577

    1. Replaced procedural openstack_utils with the object-oriented SNAPS
       library
    2. Tests now clean themselves up.
    3. Improved code documentation.
    4. Removed dependency on file-based Cirros image and now leveraging the
       download URL.
    5. Removed hardcoded location to the testcases.yaml file to leverage
       the value in config_functest.yaml
    6. Included optional flavor metadata based on the scenario being tested
    7. Included support for multi-part images.
    8. Added enhanced support for configurable images. see SNAPS-76

    Fixed line length verification problem with the previous submission
    Fixed retrieval of external network name to be dynamic.
    Changed external network name retrieval to leverage the newly merged
    snap_util.get_ext_net_name() function
    Added the creation and deletion of flavors.
    SNAPS now has the ability to add/remove security groups from running instances.
    Changed VMInstance constructor by moving userdata to configuration object.

    Change-Id: I0ef5e268eb153d696bb4d9a7533f780e5c603d26
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
docs/submodules/functest