Could we let test script know the test case id?
For next command:
- lava-test-case TGE-LV-SYSTEST-0104 --shell ./script.sh
Currently, script.sh
don't know the case id
, is it acceptable to made some changes to let script.sh
get the value of TGE-LV-SYSTEST-0104
?
The background is the script.sh
need to know TGE-LV-SYSTEST-0104
to do some logic. YES, we could change to next, but looks not so good:
- lava-test-case TGE-LV-SYSTEST-0104 --shell "TEST_CASE_ID=TGE-LV-SYSTEST-0104 ./script.sh"
or
- lava-test-case TGE-LV-SYSTEST-0104 --shell "./script.sh TGE-LV-SYSTEST-0104"
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information