From ad29f38cbcb164a7f328b26daf789dbff90deb98 Mon Sep 17 00:00:00 2001 From: Ankitkumar Patel Date: Wed, 28 Mar 2018 14:27:53 -0400 Subject: Update the SO sync and async responses. Updated the sync and async responses and addes testcases related to policy adaptors. Issue-ID: OPTFRA-208 Change-Id: Ia0f88df1b897b6158674f3c3a7ef239f2328dcfc Signed-off-by: Ankitkumar Patel --- test/config/common_config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/config/common_config.yaml') diff --git a/test/config/common_config.yaml b/test/config/common_config.yaml index 2461fd8..a3ef82e 100644 --- a/test/config/common_config.yaml +++ b/test/config/common_config.yaml @@ -11,15 +11,16 @@ osdf_temp: # special configuration required for "workarounds" or testing local_policies: global_disabled: False local_placement_policies_enabled: True + placement_policy_dir_vcpe: "../test/policy-local-files/" placement_policy_files_vcpe: # workaroud for policy platform glitches (or "work-arounds" for other components) - Affinity_vCPE_1.json - Capacity_vGMuxInfra.json - Capacity_vG_1.json - Distance_vGMuxInfra_1.json - Distance_vG_1.json - - Min_Guarantee_vGMuxInfra_1.json - Placement_Optimization_1.json - QueryPolicy_vCPE.json + - QueryPolicy_vCPE_2.json - hpa_policy_vGMuxInfra_1.json - hpa_policy_vG_1.json - vnfPolicy_vG.json -- cgit 1.2.3-korg