diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-04-12 18:34:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-12 18:34:22 +0000 |
commit | 954096c23115faa633ba91f61c0e5d247cb47e20 (patch) | |
tree | a2e3447aaa34cdb9f09462752168c92d9cc83b90 /test/csit/tests/policy/suite1/oofpolicy_HPA_R1.template | |
parent | c95de5096426da46d5ef5e17609c752222a3d6ac (diff) | |
parent | c8c6422f9980299886e3b03d08a532ad5a39caf2 (diff) |
Merge "Optimization Policy CSIT tests"
Diffstat (limited to 'test/csit/tests/policy/suite1/oofpolicy_HPA_R1.template')
-rw-r--r-- | test/csit/tests/policy/suite1/oofpolicy_HPA_R1.template | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/csit/tests/policy/suite1/oofpolicy_HPA_R1.template b/test/csit/tests/policy/suite1/oofpolicy_HPA_R1.template new file mode 100644 index 000000000..3a170b207 --- /dev/null +++ b/test/csit/tests/policy/suite1/oofpolicy_HPA_R1.template @@ -0,0 +1,6 @@ +{ + "configBody": "{\"service\":\"hpaPolicy\",\"policyName\":\"testWorkingTOSCA\",\"description\":\"testing\",\"templateVersion\":\"OpenSource.version.1\",\"version\":\"CSIT\",\"priority\":\"5\",\"riskType\":\"SampleRiskType\",\"riskLevel\":\"3\",\"guard\":\"False\",\"content\":{\"identity\":\"testIdentity\",\"policyScope\":[\"test1\",\"test2\",\"test3\"],\"policyType\":\"hpaPolicy\",\"resources\":\"testResources1\",\"flavorFeatures\":[{\"flavorLabel\":\"testFlavor\",\"flavorProperties\":[{\"score\":\"testScore\",\"featureAttributes\":[{\"unit\":\"testUnit\",\"attribute\":\"teatFeatureAttribute\",\"value\":\"testValue\",\"operator\":\"any\"}],\"mandatory\":\"testMandatory\",\"hpaFeature\":\"testHAPFeature\",\"architecture\":\"testArch\"}]}]}}", + "policyConfigType": "Optimization", + "policyName": "${policy_name}", + "onapName": "OOF" +} |