Update git submodules

* Update os-net-config from branch 'master'
  - Merge "Remove mox usage"
  - Remove mox usage
    
    Introduce ''stub_out'' method to base test class
    
    We would like to fully remove mox from the test tree.
    Even for tests that don't use mox's validation, many of
    them are using the symbol patching with self.stubs.Set. We can
    do the same thing with the monkeypatch fixture instead.
    
    This introduces self.stub_out to os_net_config/tests/base.py
    and modifies the self.stubs.Set usage to self.stub_out.
    
    We also remove the mox dependency.
    
    Change-Id: Ib2fba5ecbbca5526bce2a4405704efb69ab7b5f0
    Signed-off-by: Charles Short <zulcss@gmail.com>
This commit is contained in:
Zuul 2018-03-28 22:29:51 +00:00 committed by Gerrit Code Review
parent 082b28ec13
commit b9c95e4050
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit c330beb0efa9404b6dedbb8ee5af5597518bdc23
Subproject commit 4f9c63652fd8cb09b8c60d25f6476bf2025c8675