Stop time.sleep mocks in unit tests 17/58817/14
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Thu, 14 Jun 2018 13:14:27 +0000 (14:14 +0100)
committerEmma Foley <emma.l.foley@intel.com>
Tue, 26 Jun 2018 12:48:38 +0000 (12:48 +0000)
commit413b936c22e6b581ac25cec581a60bc7bb73b1b4
tree8b7f486720dafc286bbcc431cbeae6e8ce359e48
parent3c93957557567fbed9e9d2e091e25105fd67fef6
Stop time.sleep mocks in unit tests

tVpeApproxVnf and TestProxSocketHelper classes mock "time.sleep" in
the setUp method without deleting it at the end of the test execution.

JIRA: YARDSTICK-1243

Change-Id: Iff31d9c7b400ad8a47f37792aeb0d20328b9d9e1
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
(cherry picked from commit 9b22f5b23050a0be67f8237e4d0b412f58b43472)
yardstick/tests/unit/network_services/vnf_generic/vnf/test_prox_helpers.py
yardstick/tests/unit/network_services/vnf_generic/vnf/test_vpe_vnf.py