Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | barbican: handle white space in date strings | Keith Holman | 2014-06-16 | 1 | -0/+31 |
Barbican tests fail because white space is not being properly parsed by the iso8601 python package. This fix updates the barbican code using a patch file to strip white space from the date before passing it to the is8601 package for parsing. Signed-off-by: Keith Holman <Keith.Holman@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> |