- Update your default environment with the content of the script $HOME/dev/cise-devel/scripts/devenv.bash.ubuntu
- Switch to the next clause (Usage)
## Usage
This clause describes how to compile and execute an Abstract Test Suite.
Pre-requisites:
- Your machine is installed following one of the installation method describes in the previous clause
- Your are logged as 'etsi' or 'vagrant' user
Procedure using Eclipse TITAN:
- Start eclipse using a new workspace, (e.g. with the name workspace_titan)
- Download and follow the steps to install Eclipse plugins for TITAN, accessible [here]{https://www.eclipse.org/downloads/download.php?file=/titan/Eclipse_installationguide.pdf}
- Open the workspace_titan
- Create a new TITAN project (e.g. cise-devel)
<TODO>
Procedure in TITAN command line:
- Open several SSH session (PuTTY...)
- Change to the directory ~/dev/cise-devel/src/AtsCise/objs
- Build the test suite AtsCise
```sh
$ cd ~/dev/cise-devel/ &&export ATS=AtsCise
$ make
...
```
- Edit the file ../etc/AtsCise.cfg
- Update the following fields:
- PICS_HEADER_HOST, the HTTP host header value
- system.httpPort.params
- To run the test suite, execute the following command:
```sh
$ cd ~/dev/cise-devel/scripts/
$ ./run-all.bash
...
```
- The log files are located in ../logs folder. You can edit them using any editor or using the Eclipse TITAN log plugins
## How to Report a Bug
The ETSI CISE Testing Framework project is under constant development, so it is possible that you will
encounter a bug while using it. Please report bugs at cti_support at etsi dot org.