Actions
Bug #12813
closedrudder-cli : KeyError: 'compliances' and error on directive list
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
Error KeyError: 'compliances'
when running technique test
Updated by Nicolas CHARLES over 6 years ago
- Subject changed from rudder-cli : KeyError: 'compliances' to rudder-cli : KeyError: 'compliances' and error on directive list
we can't also list directives
Updated by Nicolas CHARLES over 6 years ago
- Status changed from New to In progress
- Assignee set to Nicolas CHARLES
Updated by Nicolas CHARLES over 6 years ago
for the directives, we need to comment
#def list_directives(self, name, return_raw=False): # """ List all Directives based on all version of a Technique (get) """ # return self.request("GET", "/api/techniques/" + name + "/directives", return_raw=return_raw)
from the rudder.py - i don't know how to commit that
Updated by Nicolas CHARLES over 6 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Nicolas CHARLES to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder-api-client/pull/18
Updated by Nicolas CHARLES over 6 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder:rudder-api-client|e5b002a2e0338328e2e6b980d28d4ed06db45068.
Updated by Benoît PECCATTE over 6 years ago
- Status changed from Pending release to Released
Actions