added support for osname property#330
Conversation
rpalcolea
left a comment
There was a problem hiding this comment.
Hi @pradeepbansal00!
First at all, thanks for your contribution.
What's the motivation behind adding osName and not using existing os?
Also, could you add tests around this?
Looking forward to hear from you
|
Hi @rpalcolea , So we modified the ospackage plugin to add a new 'osName' property that takes a string instead, and tweaked logic a little so it uses 'osName' for the OS string if it's set, otherwise it uses 'os' Regarding unit test, i will see if i can add some UT around osName |
No description provided.