
Native TCT User Guide-v1.0
TCT
- Tizen Compliance Test
SDB
- Smart Development Bridge
<name>
- Mandatory argument
[name]
- Optional argument
$ (in shell command)
- Indicates the beginning of a command
# (in shell command)
- In long commands, the backslash character ensures that
newline character is ignored (if you join consecutive lines, please remove unnecessary
backslashes)
2.2
Hardware Requirements
a.
PC or Laptop that will work as host on which TCT-Manager will be installed
b.
Tizen device that will work as target on which TCs will be executed
c.
USB Cable for connecting device to host
2.3
Software Requirements
a.
Install 32 or 64 bit Ubuntu OS.
b.
Install JDK 1.6 or newer version on Linux PC.
c.
Install Tizen 6.0 SDK on Linux PC for SDB connection.
d.
These packages should be installed before installing TCT-Manager
$ sudo apt-get install rpm2cpio
$ sudo apt-get install tree
$ sudo apt-get install python-pip
$ sudo apt-get install python-support
$ sudo apt-get install python-requests
$ sudo apt-get install python-setuptools
e.
libudev1 or libudev-dev package should be installed for SDB.
First find the library ‘libudev’ installation location using command:~$ cd /lib/
$ find . –type f – name "libudev*"