Hi all
I want to write/run a test-shell locally,and upload to the dashboard finally. Because I want to test locally so I think I just need to handle two components: lava-test-shell and lava-dashboard.
1. lava-test-shell
My test-script is a python base program and want to executing standalone. In old way (lava-test), I can use lava-test to call my test program without deploy any image. But lava-test is in processing of being deprecated if favor of using lava-test-shell. The new way (lava-test-shell) seems not support test standalone yet? (or not intend to support?)
So should I writing my custom test script without lava-test (lava-test-shell) and upload to the lava-dashboard directly ?
2. lava-dashboard
Inherited the problem before (point 1.), Maybe I should write my test script without lava-test (lava-test-shell), and upload lava-dashboard directly. But how to do that?
If in the way to use lava-test or a job of lava-scheduler, it can be submitted. But can I upload test case (or test result) just using my own test script? The lava-dashboard document unfinished so I have no idea about that: http://lava-dashboard.readthedocs.org/en/latest/usage.html#usage
anyone helps ? :-) thanks.