Create UTs for newton.pubs module 37/14337/2
authorVictor Morales <victor.morales@intel.com>
Thu, 21 Sep 2017 18:46:58 +0000 (11:46 -0700)
committerVictor Morales <victor.morales@intel.com>
Fri, 22 Sep 2017 00:13:04 +0000 (17:13 -0700)
commitcee4ab8f76abf3ead1816b23d56dc30a5994cdd2
tree1a56235e11d80733c5b6c42d6d9b58f9e641a807
parent2de8e160c31f3ecf951fb4e85a96aa1e814b0a33
Create UTs for newton.pubs module

This commit creates Unit Tests for covering function defined in
newton/pubs folder. It also makes a refactoring of the functions
cleaning unused code.

Change-Id: I5931871a1bbb3732b7c68cc8a245899283b6fd99
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-Id: MULTICLOUD-83
newton/newton/pub/msapi/extsys.py
newton/newton/pub/tests/__init__.py [new file with mode: 0644]
newton/newton/pub/tests/test_extsys.py [new file with mode: 0644]
newton/newton/pub/tests/test_restcall.py [new file with mode: 0644]
newton/newton/pub/utils/restcall.py