Commit 9f24fd7c authored by YannGarcia's avatar YannGarcia
Browse files

Review README file

parent 09fd04ec
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -207,7 +207,7 @@ Procedure:
$ git clone 
```

- Update your default environment with the content of the script $HOME/dev/STF569_Mec/scripts/devenv.bash.ubuntu
- Update your default environment with the content of the script $HOME/dev/TTF012_Mec/scripts/devenv.bash.ubuntu
- Switch to the next clause (Usage)


@@ -224,16 +224,17 @@ 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. STF569_Mec)
- Create a new TITAN project (e.g. TTF012_Mec)
<TODO>

Procedure in TITAN command line:
- Open several SSH session (PuTTY...)
- Change to the directory ~/dev/STF569_Mec/src/AtsMec/objs
- Change to the directory ~/dev/TTF012_Mec/src/AtsMec/objs
- Build the test suite AtsMec

```sh
$ ../bin/mec_generate_makefile.bash
$ cd ~/dev/TTF012_Mec/ && export ATS=AtsMec
$ make
...
```

@@ -244,7 +245,8 @@ $ ../bin/mec_generate_makefile.bash
- To run the test suite, execute the following command:

```sh
$ ../bin/run-all.bash
$ cd ~/dev/TTF012_Mec/scripts/
$ ./run-all.bash
...
```

+2 −2
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ cp ./ttcn/patch_lib_http/*.ttcn ./ttcn/LibIts/ttcn/Http/
cp  ./ttcn/patch_lib_its/module.mk ./ttcn/LibIts/

echo -e "*****************************\n* Change user in cfg files\n*****************************\n"
cd ${HOME}/dev/TTF012_Its/scripts || exit 1
cd ${HOME}/dev/TTF_T012_Mec/scripts || exit 1
./update_user_name.sh || exit 1

echo -e "*****************************\n* Build Mec test suite\n*****************************\n"
@@ -38,7 +38,7 @@ cd ./etc/AtsMec
ln -sf AtsMec_Sandbox.cf_ AtsMec.cfg

echo -e "*****************************\n* Change sudo in command line\n*****************************\n"
cd /home/etsi/dev/TTF012_Its/scripts
cd /home/etsi/dev/TTF_T012_Mec/scripts
sed --in-place 's/sudo/echo "etsi" \| sudo -S/' ./run_mtc.bash
sed --in-place 's/sudo/echo "etsi" \| sudo -S/' ./run_ptcs.bash

+2 −2
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ cp ./ttcn/patch_lib_http/*.ttcn ./ttcn/LibIts/ttcn/Http/
cp  ./ttcn/patch_lib_its/module.mk ./ttcn/LibIts/

# Change user in cfg files
cd ${HOME}/dev/TTF012_Its/scripts || exit 1
cd ${HOME}/dev/TTF_T012_Mec/scripts || exit 1
./update_user_name.sh || exit 1

# Install all frameworks
@@ -174,7 +174,7 @@ ln -sf AtsMec_Sandbox.cf_ AtsMec.cfg
cd -

# Change sudo in command line
cd /home/etsi/dev/TTF012_Its/scripts
cd /home/etsi/dev/TTF_T012_Mec/scripts
#sed --in-place 's/sudo/echo "etsi" \| sudo -S/' ./run_mtc.bash
#sed --in-place 's/sudo/echo "etsi" \| sudo -S/' ./run_ptcs.bash