Skip to content

Commit

Permalink
Update git submodules
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
Zuul authored and openstack-gerrit committed Mar 28, 2018
1 parent 082b28e commit b9c95e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os-net-config

0 comments on commit b9c95e4

Please sign in to comment.