aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_trapd_vnf_table.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_trapd_vnf_table.py')
-rw-r--r--tests/test_trapd_vnf_table.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/test_trapd_vnf_table.py b/tests/test_trapd_vnf_table.py
index f89aa6a..577a320 100644
--- a/tests/test_trapd_vnf_table.py
+++ b/tests/test_trapd_vnf_table.py
@@ -28,7 +28,7 @@ import unittest
import get_logger
from mod.trapd_vnf_table import (
verify_DB_creation_1, verify_DB_creation_2, verify_DB_creation_hb_common,
- verify_cbsPolling_required, hb_properties, verify_cbspolling,
+ hb_properties, verify_cbspolling,
verify_sendControlLoop_VNF_ONSET, verify_sendControlLoop_VM_ONSET,
verify_sendControlLoop_VNF_ABATED, verify_sendControlLoop_VM_ABATED,
verify_fetch_json_file, verify_misshtbtdmain, verify_dbmonitoring,
@@ -56,10 +56,6 @@ class test_vnf_tables(unittest.TestCase):
self.assertEqual(result, True)
- def test_validate_cbspolling_required(self):
- result = verify_cbsPolling_required()
- self.assertEqual(result, True)
-
def test_cbspolling(self):
result= verify_cbspolling()
_logger.info(result)