aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_trapd_vnf_table.py
diff options
context:
space:
mode:
authorSatoshi Fujii <fujii-satoshi@jp.fujitsu.com>2021-10-12 05:21:57 +0000
committerSatoshi Fujii <fujii-satoshi@jp.fujitsu.com>2021-10-15 02:51:43 +0000
commit8e86bb7817a272fa8d1c6ecc16435e1324326ac0 (patch)
treeb0ececd4dacf7f4b2841f8fe1dd545452f66cc02 /tests/test_trapd_vnf_table.py
parentb681828aacf0f0bf516d539a70be74d556206062 (diff)
Remove unused code
config_notif.py is not referenced from main code and not used at all. Also tests/HB_Array.json is not used by any test. Signed-off-by: Satoshi Fujii <fujii-satoshi@jp.fujitsu.com> Issue-ID: DCAEGEN2-2939 Change-Id: I6d462a406e2d36d0243f4a72b7faac2f79e353d9
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)