[Tizen] Update unittest build script
authorgichan2-jang <gichan2.jang@samsung.com>
Tue, 2 Apr 2024 09:12:15 +0000 (18:12 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Wed, 3 Apr 2024 03:01:39 +0000 (12:01 +0900)
commit5ff6d3b5999cc7305ea6bf8eb42a093acbb4d5e9
tree6d5c2595cae6abfb56010f5c36d3303dcfe0cafa
parent6105b1fc289f232ff357264e890298952d665778
[Tizen] Update unittest build script

Fix tizen auto coverage measurement failure.
Use default root path instead of environment variable.
The model path of the config file is hard coded, so the wrong model path is passed to ml-service.

config_single_add.conf
```
{
    "single" :
    {
        "framework" : "tensorflow-lite",
        "model" : ["../tests/test_models/models/add.tflite"]
    }
}

```

Signed-off-by: gichan2-jang <gichan2.jang@samsung.com>
packaging/run-unittest.sh