From bc1d288ac29c3c9bf968cea5ac2d95b8bcd67eae Mon Sep 17 00:00:00 2001 From: Ankitkumar Patel Date: Sun, 25 Mar 2018 19:27:39 -0400 Subject: Update the policy adaptor and related testcases Generalized the policy adaptor code by removing homing specific logic. Issue-ID: OPTFRA-27 Change-Id: I331030a2f3f5c0c17af1a72af9794131555a9217 Signed-off-by: Ankitkumar Patel --- test/placement-tests/test_by_scope.yaml | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) (limited to 'test/placement-tests/test_by_scope.yaml') diff --git a/test/placement-tests/test_by_scope.yaml b/test/placement-tests/test_by_scope.yaml index 0b53e5f..2cdd4e4 100644 --- a/test/placement-tests/test_by_scope.yaml +++ b/test/placement-tests/test_by_scope.yaml @@ -1,20 +1,24 @@ +references: + service_name: + source: request + value: serviceInfo.serviceName + subscriber_role: + source: SubscriberPolicy + value: content.properties.subscriberRole + policy_info: placement: policy_fetch: by_scope policy_scope: - default_scope: XXX_1802 - scope_vcpe: oof_beijing - service_name: placementInfo.serviceModelInfo.modelName - policy_subscriber: SubscriberPolicy - subscriber_name: placementInfo.subscriberInfo.subscriberName - policy_type_vcpe: - - CloudAttributePolicy - - DistanceToLocationPolicy - - instanceReservationPolicy - - PlacementOptimizationPolicy - - ResourceInstancePolicy - - VNFPolicy - - ZonePolicy + default_scope: OSDF_R2 + vcpe_scope: OSDF_R2 + secondary_scopes: + - + - get_param: service_name + - SubscriberPolicy + - + - get_param: service_name + - get_param: subscriber_role default: # if no explicit service related information is needed policy_fetch: by_name policy_scope: none -- cgit 1.2.3-korg