Update git submodules

* Update os-ken from branch 'master'
  to 2495ebdff927a3de2f642b3346ed4f438b2c6316
  - Remove "nose" library
    
    The library "nose", used for unit testing, is removed. This library
    is in maintenance mode and is not compatible with Python3.10 [1].
    
    Now all checks are implemented using "unittest". The methods are not
    loaded in realtime into the test case execution; instead of this, this
    patch uses "testscenarios.WithScenarios", that allows to execute the
    same test with different defined scenarios.
    
    NOTE: "BgpSpeakerTestBase" tests are disable temporarily. It is needed
    to configure "docker" in the system in order to execute them.
    
    [1]https://nose.readthedocs.io/en/latest/
    
    Story: #2010063
    Task: #45519
    
    Change-Id: I92e9547a26e9bec6c2a9a011c49a70b82dbb373e
This commit is contained in:
Rodolfo Alonso Hernandez 2022-07-28 11:41:10 +02:00 committed by Gerrit Code Review
parent fdc700fdd0
commit 5fcd9580a4
1 changed files with 1 additions and 1 deletions

2
os-ken

@ -1 +1 @@
Subproject commit 90328068b8394970b9f2f5ce422c48783f4bfe8a
Subproject commit 2495ebdff927a3de2f642b3346ed4f438b2c6316