aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_trapd_vnf_table.py
diff options
context:
space:
mode:
authorTony Hansen <tony@att.com>2020-07-31 15:37:14 +0000
committerGerrit Code Review <gerrit@onap.org>2020-07-31 15:37:14 +0000
commit4b3de5f13ad1a4f39bd15d6b0c58a1a430216821 (patch)
tree3e0a3a9ab31d497a459aa8d47d7c3495d95021e8 /tests/test_trapd_vnf_table.py
parentf68ba0726d164a3952da353aa7dc9e7be8479a05 (diff)
parente97a5ce265f7e1d3380fab9c4132e2b002e8636c (diff)
Merge "Run in Python 3.8"
Diffstat (limited to 'tests/test_trapd_vnf_table.py')
-rw-r--r--tests/test_trapd_vnf_table.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/tests/test_trapd_vnf_table.py b/tests/test_trapd_vnf_table.py
index 4f5cace..d0bf51c 100644
--- a/tests/test_trapd_vnf_table.py
+++ b/tests/test_trapd_vnf_table.py
@@ -3,6 +3,7 @@
# ================================================================================
# Copyright (c) 2017-2020 AT&T Intellectual Property. All rights reserved.
# Copyright (c) 2019 Pantheon.tech. All rights reserved.
+# Copyright 2020 Deutsche Telekom. All rights reserved.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -26,11 +27,11 @@ import unittest
import sys
import pytest
import logging
-from miss_htbt_service import misshtbtd as db
-from miss_htbt_service import htbtworker as pm
-from miss_htbt_service import db_monitoring as dbmon
-from miss_htbt_service import get_logger
-from miss_htbt_service.mod.trapd_vnf_table import (
+import misshtbtd as db
+import htbtworker as pm
+import db_monitoring as dbmon
+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,
verify_sendControlLoop_VNF_ONSET, verify_sendControlLoop_VM_ONSET,