Activity log for bug #1449014

Date Who What changed Old value New value Message
2015-04-27 12:51:51 Anastasia Kuznetsova bug added bug
2015-04-27 12:51:51 Anastasia Kuznetsova attachment added bug https://bugs.launchpad.net/bugs/1449014/+attachment/4385612/+files/bug
2015-04-27 12:52:16 Anastasia Kuznetsova summary [usability] wb/wf-validate commands output are not friendly [usability] wb/wf-validate commands' output is not friendly
2015-04-29 11:16:34 Renat Akhmerov nominated for series python-mistralclient/liberty
2015-04-29 11:16:34 Renat Akhmerov bug task added python-mistralclient/liberty
2015-04-29 11:16:51 Renat Akhmerov python-mistralclient/liberty: importance Undecided Medium
2015-07-30 10:46:04 Nikolay Makhotkin python-mistralclient/liberty: status New Triaged
2017-04-03 11:38:34 Anastasia Kuznetsova bug task deleted python-mistralclient/liberty
2017-04-03 11:39:39 Anastasia Kuznetsova description CASE 1 - positive check Steps to reproduce: 1. create file with correct workbook or workflow definition: my_file.yaml 2. execute 'mistral workbook/workflow-validate my_file.yaml' Observer result: Validate command output is blank line Expected result: Some informative message that check was successful, e.g. "OK" CASE 2 - negative check Steps to reproduce: 1. create file with invalid workbook or workflow definition: my_file.yaml (I used https://github.com/stackforge/mistral/blob/master/mistral/tests/resources/workbook/v2/my_workbook.yaml and made a type in keyword 'tags') 2. execute 'mistral workbook/workflow-validate my_file.yaml' Observer result: Huge output with json scheme of workbook (take a look at attached file) CASE 1 - positive check Steps to reproduce: 1. create file with correct workbook or workflow definition: my_file.yaml 2. execute 'mistral workbook/workflow-validate my_file.yaml' Observer result: Accurate table with information that everything is Ok CASE 2 - negative check Steps to reproduce: 1. create file with invalid workbook or workflow definition: my_file.yaml (I used https://github.com/stackforge/mistral/blob/master/mistral/tests/resources/workbook/v2/my_workbook.yaml and made a type in keyword 'tags') 2. execute 'mistral workbook/workflow-validate my_file.yaml' Observer result: Huge output with json scheme of workbook (take a look at attached file)
2017-04-03 11:40:45 Anastasia Kuznetsova python-mistralclient: importance Undecided Medium