[murano-pkg-check] check of package with no manifest.yaml shows unclear error message
Bug #1631894 reported by
Alex Kholkin
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Murano |
Confirmed
|
Medium
|
Krzysztof Szukiełojć |
Bug Description
Bug description:
Murano-pkg-check works incorrect in case of checking an app without manifest.yaml
The error message tells that there is error in loading package instead of error about package structure
Steps to reproduce:
1) Install murano-pkg-check
2) create an app with no manifest.yaml inside
3) use command "murano-pkg-check yourapp.zip" to check the app
Actual results:
Can not load package: "yourapp.zip"
Expected results:
There will be a message about an error that there is no manifest.yaml file in the app
Changed in murano: | |
milestone: | none → ocata-1 |
Changed in murano: | |
milestone: | 3.1.0 → pike-2 |
Changed in murano: | |
milestone: | pike-2 → pike-rc1 |
To post a comment you must log in.
Technically speaking it is not a bug... Not every zip file can be treated like murano package. So, message 'Can not load package: "yourapp.zip"' is absolutely correct, because murano-pkg-check tool can not load specified package