Skip to content

add polaris convert integration test

deck requested to merge deckbsd/polaris:convert-integration-test into master

This work is a proposal regarding #181 (closed)

It simply run polaris convert command and test the output file and the return of the process.

Result :

==============================================================================
Testsuites                                                                    
==============================================================================
Testsuites.Polaris :: Polaris integration tests                               
==============================================================================
Polaris fetch via import                                              | PASS |
------------------------------------------------------------------------------
Polaris fetch via download                                            | PASS |
------------------------------------------------------------------------------
Polaris learn without gridsearch                                      | PASS |
------------------------------------------------------------------------------
Polaris batch                                                         | PASS |
------------------------------------------------------------------------------
Polaris convert                                                       | PASS |
------------------------------------------------------------------------------
Polaris viz                                                           | PASS |
------------------------------------------------------------------------------
Testsuites.Polaris :: Polaris integration tests                       | PASS |
6 tests, 6 passed, 0 failed
==============================================================================
Testsuites                                                            | PASS |
6 tests, 6 passed, 0 failed
==============================================================================
Output:  /home/deckbsd/repos/polaris/robot/output/output.xml
Log:     /home/deckbsd/repos/polaris/robot/output/log.html
Report:  /home/deckbsd/repos/polaris/robot/output/report.html

Merge request reports