diff options
author | Ankitkumar Patel <ankit@research.att.com> | 2018-03-28 14:27:53 -0400 |
---|---|---|
committer | Ankitkumar Patel <ankit@research.att.com> | 2018-03-28 14:29:57 -0400 |
commit | ad29f38cbcb164a7f328b26daf789dbff90deb98 (patch) | |
tree | 4074957d65fcbadee2fb2fad0aa71263b15c8a87 /test/config/common_config.yaml | |
parent | cf5fe0f8b49f6f354a77fb28b56465a2e18e820d (diff) |
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 <ankit@research.att.com>
Diffstat (limited to 'test/config/common_config.yaml')
-rw-r--r-- | test/config/common_config.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |