aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi-test/recipes-extended/dlt-daemon/dlt-daemon/dlt-daemon_t.inc
blob: 195db7688f443f34f76d2df842018c788f98978a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
get_list() {
  return 2
}

get_title() {
  echo "dlt-daemon"
}

run_1() {
  /opt/tests/dlt-daemon/dlt-test-filetransfer
}

run_2() {
  /opt/tests/dlt-daemon/dlt-test-user
}