Skip to content
Snippets Groups Projects
Commit 2af16ef0 authored by Luis Araujo's avatar Luis Araujo
Browse files

Update test files


Generate new tests files with the recent format changes.

Signed-off-by: default avatarLuis Araujo <luis.araujo@collabora.co.uk>
parent 7865a45e
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
<li class="mb-sm-2">A second system with a terminal and git available on it. This test must be executed before other tests and even before installing other packages in the image, so the script to execute this test should be fetched from a different machine.</li> <li class="mb-sm-2">A second system with a terminal and git available on it. This test must be executed before other tests and even before installing other packages in the image, so the script to execute this test should be fetched from a different machine.</li>
......
...@@ -55,6 +55,7 @@ ...@@ -55,6 +55,7 @@
</ol> </ol>
......
...@@ -36,10 +36,10 @@ ...@@ -36,10 +36,10 @@
<li class="mb-sm-2">From a PC, download and unpack the test data tarball from the gitlab test repository:</li> <li class="mb-sm-2">From a PC, download and unpack the test data tarball from the gitlab test repository:</li>
<p><kbd>$ wget https://gitlab.apertis.org/tests/apparmor/-/archive/master/apparmor.tar.gz</kbd></p> <p><kbd>$ wget https://gitlab.apertis.org/tests/apparmor/-/archive/master/apparmor.tar.gz</kbd></p>
<p><kbd>$ tar -xvf apparmor.tar.gz</kbd></p> <p><kbd>$ tar -xvf apparmor.tar.gz</kbd></p>
<li class="mb-sm-2">Copy the apparmor-master-* to the device</li> <li class="mb-sm-2">Copy the apparmor-master-* to the target device:</li>
<p><kbd>$ DUT_IP=&ltdevice-ip&gt</kbd></p> <p><kbd>$ DUT_IP=&ltdevice-ip&gt</kbd></p>
<p><kbd>$ scp -r apparmor-master-* user@$DUT_IP:</kbd></p> <p><kbd>$ scp -r apparmor-master-* user@$DUT_IP:</kbd></p>
<li class="mb-sm-2">Log into the target</li> <li class="mb-sm-2">Log into the target device:</li>
<p><kbd>$ ssh user@$DUT_IP</kbd></p> <p><kbd>$ ssh user@$DUT_IP</kbd></p>
<li class="mb-sm-2">After log into the DUT, enter the test directory</li> <li class="mb-sm-2">After log into the DUT, enter the test directory</li>
<p><kbd>$ cd apparmor-master-*</kbd></p> <p><kbd>$ cd apparmor-master-*</kbd></p>
...@@ -48,6 +48,7 @@ ...@@ -48,6 +48,7 @@
</ol> </ol>
......
...@@ -46,12 +46,9 @@ ...@@ -46,12 +46,9 @@
<p><kbd>$ cd /tmp/</kbd></p> <p><kbd>$ cd /tmp/</kbd></p>
<p><kbd>$ apt source ribchester</kbd></p> <p><kbd>$ apt source ribchester</kbd></p>
<p><kbd>$ chown user:user -R /tmp/ribchester-*</kbd></p> <p><kbd>$ chown user:user -R /tmp/ribchester-*</kbd></p>
<li class="mb-sm-2">Clone the apertis-tests git repository:</li>
<p><kbd>$ git clone https://gitlab.apertis.org/infrastructure/apertis-tests.git</kbd></p>
<li class="mb-sm-2">Enter the tests directory and follow the execution steps.</li>
<p><kbd>$ cd apertis-tests/</kbd></p>
</ol> </ol>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment