aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_PolicyCalls.py
diff options
context:
space:
mode:
authorVikas Varma <vikas.varma@att.com>2020-04-22 01:33:52 +0000
committerGerrit Code Review <gerrit@onap.org>2020-04-22 01:33:52 +0000
commitd4a0085a8f75c62912d19613459ad1bc3dce3e73 (patch)
treec357a3584ba8bdbd63bedef17011bbf37143c17b /test/test_PolicyCalls.py
parent2ac2b0c1c177dfec588b9c3439a41340d555897b (diff)
parent2754404822b496392717d260681946debecf8648 (diff)
Merge "add aggregation policy for NSI selection"
Diffstat (limited to 'test/test_PolicyCalls.py')
-rw-r--r--test/test_PolicyCalls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_PolicyCalls.py b/test/test_PolicyCalls.py
index c41c487..d4dc37f 100644
--- a/test/test_PolicyCalls.py
+++ b/test/test_PolicyCalls.py
@@ -101,7 +101,7 @@ class TestPolicyCalls(unittest.TestCase):
req_json = json.loads(open(req_json).read())
# need to run this only on vnf policies
vnf_policies = [x for x in self.policies if x[list(x.keys())[0]]["type"] ==
- "onap.policies.optimization.VnfPolicy"]
+ "onap.policies.optimization.resource.VnfPolicy"]
gen_demands = translation.gen_demands(req_json['placementInfo']['placementDemands'], vnf_policies)
for action in req_json['placementInfo']['placementDemands']: