diff options
author | wchang kim <wchang.kim@samsung.com> | 2020-07-09 20:05:09 +0900 |
---|---|---|
committer | wchang kim <wchang.kim@samsung.com> | 2020-07-10 08:57:27 +0900 |
commit | 9f3633edc9cded6540779cf85eea39687db82eef (patch) | |
tree | 4602cf5ce372e4ce768e0a3de30d03d08be425c3 /README.make_tct_plan.md | |
parent | ae2d1dd09c3c5e50be8ee0bb172875afd57a063a (diff) | |
download | tbb-9f3633edc9cded6540779cf85eea39687db82eef.tar.gz tbb-9f3633edc9cded6540779cf85eea39687db82eef.tar.bz2 tbb-9f3633edc9cded6540779cf85eea39687db82eef.zip |
Initialization for tizen 6.0
Change-Id: I12fadcc5972d864ae7bc29a2f561d1ba42c2a411
Diffstat (limited to 'README.make_tct_plan.md')
-rw-r--r-- | README.make_tct_plan.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/README.make_tct_plan.md b/README.make_tct_plan.md index ab42502..a4b2fcf 100644 --- a/README.make_tct_plan.md +++ b/README.make_tct_plan.md @@ -5,13 +5,13 @@ 1. Move the directory of make_tct_plan. $ cd make_tct_plan -2. Make each tct-plan - headless, headed and iotbb. -$ ./mk_iotheadless_plan.sh headless_tc_list.txt -$ ./mk_iotheaded_plan.sh headed_tc_list.txt -$ ./mk_iotbb_plan.sh +2. Make a tct-plan - headless, headed and iotbb. +You can get the bb list of your image from ./output/info/.bb_list.txt after making a image. +usage : mk_iotheadless <platform ver> <bb list> [profile name] +$ ./mk_iot_plan.sh 6.0 bb_list_speaker.txt speaker -3. Copy all output xml files to TCT manager plan directory. -$ cp *.xml /opt/tct/tizen_native_5.0/manager/plan/ +3. Copy output xml file to TCT manager plan directory. +$ cp *.xml /opt/tct/tizen_native_6.0/manager/plan/ <Caution : You should do this step after installing TCT tool.> |