Update git submodules
authorVenkata Harshavardhan Reddy Allu <venkataharshavardhan_ven@srmuniv.edu.in>
Mon, 25 Jun 2018 10:31:00 +0000 (16:01 +0530)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 25 Jun 2018 12:01:07 +0000 (12:01 +0000)
commit9ccd9ff8a4ddcd1d82cdd705236d236c19bff9a8
treea3ec233fa6e3947cb54ec8041ecab0c90aeef734
parent6e6af48114fb477bbaebd24275df227615a86d62
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Remove side_effect method in 'test_cleanup.py' module

    The side_effect method under test_delete_openstack_objects_exception
    method in 'test_cleanup.py' module is not needed. In fact, it won't
    be called at all. It should have been detected in [pylint] W0612.
    So when we run the nosetest, side_effect from Mock instances of
    mock_creator_obj_one and mock_creator_obj_two were called.

    Change-Id: Ibad6c8ebe14c320ef31c2133635ecd45fd011835
Signed-off-by: Venkata Harshavardhan Reddy Allu <venkataharshavardhan_ven@srmuniv.edu.in>
docs/submodules/sfc