From cfee73cdf05a76edf69ebdea23a87e2105637c89 Mon Sep 17 00:00:00 2001 From: vrvarma Date: Tue, 25 Sep 2018 11:28:01 -0400 Subject: Dockerize osdf simulators for csit Dockerfile modifications Adding intellectual property headers Fixing simulators for policy, add policy name, etc. Fix the hpa policy files based on the comments Change-Id: I337e3200cc92fc1f205bb6e6151620968fc59c7e Signed-off-by: vrvarma Issue-ID: OPTFRA-286 --- .../pdp-has-vcpe-good/hpa_policy_vG_1.json | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) (limited to 'test/functest/simulators/policy/response-payloads/pdp-has-vcpe-good/hpa_policy_vG_1.json') diff --git a/test/functest/simulators/policy/response-payloads/pdp-has-vcpe-good/hpa_policy_vG_1.json b/test/functest/simulators/policy/response-payloads/pdp-has-vcpe-good/hpa_policy_vG_1.json index 262ffe7..5d2499f 100644 --- a/test/functest/simulators/policy/response-payloads/pdp-has-vcpe-good/hpa_policy_vG_1.json +++ b/test/functest/simulators/policy/response-payloads/pdp-has-vcpe-good/hpa_policy_vG_1.json @@ -122,25 +122,14 @@ ] }, { - "hpa-feature" : "pcie", + "hpa-feature" : "pciePassthrough", "mandatory" : "True", "architecture": "generic", - "directives": [ - { - "type": "pcie_directives", - "attributes": [ - { - "attribute_name": "", - "attribute_value": "" - } - ] - } - ], + "directives": [], "hpa-feature-attributes": [ {"hpa-attribute-key": "pciCount", "hpa-attribute-value": "2", "operator": "=", "unit": ""}, {"hpa-attribute-key": "pciVendorId", "hpa-attribute-value":"8086", "operator": "=", "unit": ""}, - {"hpa-attribute-key": "pciDeviceId", "hpa-attribute-value": "2", "operator": "=", "unit": ""}, - {"hpa-attribute-key": "physicalNetwork", "hpa-attribute-value": "","operator": "=", "unit": ""} + {"hpa-attribute-key": "pciDeviceId", "hpa-attribute-value": "2", "operator": "=", "unit": ""} ] } ] @@ -164,8 +153,8 @@ "hpa-feature" : "numa", "mandatory" : "False", "score" : "5", - "directives": [], "architecture": "generic", + "directives": [], "hpa-feature-attributes": [ {"hpa-attribute-key": "numaNodes", "hpa-attribute-value": "2", "operator": "=", "unit": ""}, {"hpa-attribute-key": "numaCpu-0", "hpa-attribute-value":"2", "operator": "=", "unit": ""}, -- cgit 1.2.3-korg