diff options
author | vrvarma <vv8305@att.com> | 2018-09-25 11:28:01 -0400 |
---|---|---|
committer | vrvarma <vv8305@att.com> | 2018-10-01 22:02:48 -0400 |
commit | cfee73cdf05a76edf69ebdea23a87e2105637c89 (patch) | |
tree | 65df1cc509968e052c5e9c1a2eee850235ab9c67 /test/policy-local-files | |
parent | e93d457429f0cb5eb01c5a5ec78c912c1e911a9a (diff) |
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 <vv8305@att.com>
Issue-ID: OPTFRA-286
Diffstat (limited to 'test/policy-local-files')
-rw-r--r-- | test/policy-local-files/hpa_policy_vG_1.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/policy-local-files/hpa_policy_vG_1.json b/test/policy-local-files/hpa_policy_vG_1.json index 4dfb6ce..5d2499f 100644 --- a/test/policy-local-files/hpa_policy_vG_1.json +++ b/test/policy-local-files/hpa_policy_vG_1.json @@ -122,15 +122,14 @@ ] }, { - "hpa-feature" : "pcie", + "hpa-feature" : "pciePassthrough", "mandatory" : "True", "architecture": "generic", "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": "functionType", "hpa-attribute-value": "<PCITYPEVALUE>","operator": "=", "unit": ""} + {"hpa-attribute-key": "pciDeviceId", "hpa-attribute-value": "2", "operator": "=", "unit": ""} ] } ] |