summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAleksander Mistewicz <a.mistewicz@samsung.com>2016-07-12 12:38:34 +0200
committerAleksander Mistewicz <a.mistewicz@samsung.com>2016-12-06 16:37:14 +0100
commitc1a399ec41eaf4a8e764c09e99bede617e80fc4c (patch)
treefcfe36313c728302c069fa5254a195394c846f9e /README
parentd381a234e5645db39205f041000c6d4125db2b55 (diff)
downloadmajor-c1a399ec41eaf4a8e764c09e99bede617e80fc4c.tar.gz
major-c1a399ec41eaf4a8e764c09e99bede617e80fc4c.tar.bz2
major-c1a399ec41eaf4a8e764c09e99bede617e80fc4c.zip
Update README
Change-Id: I9c62cb70e8ab5e8491882e2c6e9704e5738669e1 Signed-off-by: Aleksander Mistewicz <a.mistewicz@samsung.com>
Diffstat (limited to 'README')
-rw-r--r--README35
1 files changed, 35 insertions, 0 deletions
diff --git a/README b/README
index d1248bb..6c61724 100644
--- a/README
+++ b/README
@@ -42,7 +42,10 @@ Better documentation is available in tools/testlab/handbook on review.tizen.org.
│ * mount_image IMAGE MOUNTPOINT
│ * unmount_image MOUNTPOINT
├── resource_locking.sh SDMUX%_*
+ ├── resource_locking.py [-lurf] [--holdoff HOLDOFF] [--inc INC] [-L LOGLEVEL] SDMUX%_*
├── run
+ │   ├── common_test.py
+ │ │ python script used by Avocado
│   ├── run.sh
│ │ * create_testplan TEST_PLAN TEST_REPO
│ │ * run_testplan TEST_PLAN ID
@@ -51,3 +54,35 @@ Better documentation is available in tools/testlab/handbook on review.tizen.org.
│ │ * run_in_chroot ID CMD
│   └── run_tct.sh ID
└── run_tct_chroot.sh ID TEST_REPO RESULT_DIR
+.
+└── tsp
+ ├── common.sh
+ │ * die [ERROR_MSG] [EXIT_CODE]
+ │ * tsrun_target TARGET TSP_ARG...
+ ├── common_test.yaml.example
+ │   multiplex file used by Avocado in modified version
+ │   it is used by default if common_test.yaml is missing
+ ├── cronfile.example
+ ├── html_head
+ ├── html_tail
+ ├── jobs
+ │   ├── common_prep_flash_conf.sh BUILD_NR TARGET [FAIL_CNT]
+ │   ├── img_test_common.sh BUILD_NR TARGET
+ │   ├── publish.sh BUILD_NR TARGET
+ │   ├── trigger_downloads.sh
+ │   ├── watch_diskspace.sh
+ │   └── watcher.sh
+ ├── results-schema.sql
+ ├── results-values-device.sql
+ ├── results-values-result.sql
+ ├── scripts
+ │   ├── common_prep_flash_conf.sh
+ │   ├── crawler.py [-l LOGLEVEL] url
+ │   ├── download_image.py [-t TARGET] [-l LOGLEVEL] url
+ │   ├── free_diskspace.sh
+ │   ├── log.sh
+ │   ├── publish_cmp.py [-l LOGLEVEL] SNAPSHOT_RESULTS PRERELEASE_RESULTS
+ │   ├── publish.py DB_PATH
+ │   └── publish.sh
+ ├── stop.sh
+ └── tsp-sudoer