diff options
author | Patel, Ankitkumar <ankit@research.att.com> | 2018-05-29 11:31:55 -0400 |
---|---|---|
committer | Patel, Ankitkumar <ankit@research.att.com> | 2018-05-29 11:32:57 -0400 |
commit | 49a0eac16462c04c285125686fb235c22c9ad607 (patch) | |
tree | e96d5778f5de6cce5d8007febec78e542d1d70e3 /test/functest/simulators | |
parent | b259e6ae5bb534e8885f88a02a9165b8b8442f3e (diff) |
Fixed case sensitive resource matching
Fixed the case sensitive matching for resources between policy and request.
Issue-ID: OPTFRA-247
Change-Id: Ic031f6c950b6c6b44bd2e4231a9ef672beea994b
Signed-off-by: Patel, Ankitkumar <ankit@research.att.com>
Diffstat (limited to 'test/functest/simulators')
-rw-r--r-- | test/functest/simulators/simulated-config/common_config.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functest/simulators/simulated-config/common_config.yaml b/test/functest/simulators/simulated-config/common_config.yaml index 770fef2..1a85714 100644 --- a/test/functest/simulators/simulated-config/common_config.yaml +++ b/test/functest/simulators/simulated-config/common_config.yaml @@ -23,6 +23,7 @@ osdf_temp: # special configuration required for "workarounds" or testing - hpa_policy_vG_1.json - vnfPolicy_vG.json - vnfPolicy_vGMuxInfra.json + - subscriber_policy.json service_info: vCPE: vcpeHostName: requestParameters.vcpeHostName |