Update git submodules

* Update networking-sfc from branch 'master'
  - [Functional tests] Fix SIGHUP handling tests
    
    Tests in networking_sfc.functional.test_server module are testing how
    service is handling SIGHUP signal.
    
    Recently this was changed in Oslo.service with [1] and our tests
    were failing because they were still expecting that after sending
    SIGHUP to the process, stop() and than start() method will be called.
    
    But as our services uses "mutate" as restart method, since [1] such
    process don't executes stop() and start() after SIGHUP. It now executes
    only reset() method.
    Similar change was recently done in Neutron's functional tests in [2].
    This patch reflects that change in networking-sfc functional tests.
    
    [1] https://review.opendev.org/#/c/641907/
    [2] https://review.opendev.org/#/c/680001/
    
    Change-Id: I22629c59da983f47ef8b1862afb9a62bdfd78b02
    Closes-Bug: #1842659
This commit is contained in:
Slawek Kaplonski 2019-09-26 11:06:41 +02:00 committed by Gerrit Code Review
parent 7b6837a2ee
commit f634e59933
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 32702b57bd43357b5f6754e6b9d2adff040a47e5
Subproject commit 0644862c8beedd902a7d739be524699edc9b61d3