Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6_5_8: check namespaces referenced by service are in metadata doc #103

Merged
merged 3 commits into from
Apr 12, 2018
Merged

6_5_8: check namespaces referenced by service are in metadata doc #103

merged 3 commits into from
Apr 12, 2018

Conversation

billdodd
Copy link
Contributor

The original code was checking for all namespaces found in Redfish schemas. Corrected the logic to only check for namespaces referenced by the service.

Fixes #78

list1 = []

service_namespaces = set()
service_namespaces.add('RedfishExtensions.v1_0_0')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to check that this namespace is aliased to "Redfish" in the metadata document

@mraineri
Copy link
Contributor

Approved 4/12

@mraineri mraineri merged commit 2741876 into DMTF:master Apr 12, 2018
@billdodd billdodd deleted the fix/issue-78 branch April 13, 2018 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants