Skip to content
Snippets Groups Projects
Commit 1fdf7c0d authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Deployed 0a840320 to develop in public with MkDocs 1.6.0 and mike 2.1.1

parent 3404a840
No related branches found
No related tags found
No related merge requests found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -2,97 +2,97 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://ocf.etsi.org/develop/</loc>
<lastmod>2024-06-11</lastmod>
<lastmod>2024-06-13</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://ocf.etsi.org/develop/FAQ/</loc>
<lastmod>2024-06-11</lastmod>
<lastmod>2024-06-13</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://ocf.etsi.org/develop/architecture/</loc>
<lastmod>2024-06-11</lastmod>
<lastmod>2024-06-13</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://ocf.etsi.org/develop/releasenotes/</loc>
<lastmod>2024-06-11</lastmod>
<lastmod>2024-06-13</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://ocf.etsi.org/develop/gettingstarted/howtorun/</loc>
<lastmod>2024-06-11</lastmod>
<lastmod>2024-06-13</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://ocf.etsi.org/develop/gettingstarted/repository/</loc>
<lastmod>2024-06-11</lastmod>
<lastmod>2024-06-13</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://ocf.etsi.org/develop/testing/postman/</loc>
<lastmod>2024-06-11</lastmod>
<lastmod>2024-06-13</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://ocf.etsi.org/develop/testing/robotframework/</loc>
<lastmod>2024-06-11</lastmod>
<lastmod>2024-06-13</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://ocf.etsi.org/develop/testing/testplan/</loc>
<lastmod>2024-06-11</lastmod>
<lastmod>2024-06-13</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://ocf.etsi.org/develop/testing/testplan/api_access_control_policy/</loc>
<lastmod>2024-06-11</lastmod>
<lastmod>2024-06-13</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://ocf.etsi.org/develop/testing/testplan/api_auditing_service/</loc>
<lastmod>2024-06-11</lastmod>
<lastmod>2024-06-13</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://ocf.etsi.org/develop/testing/testplan/api_discover_service/</loc>
<lastmod>2024-06-11</lastmod>
<lastmod>2024-06-13</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://ocf.etsi.org/develop/testing/testplan/api_events_service/</loc>
<lastmod>2024-06-11</lastmod>
<lastmod>2024-06-13</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://ocf.etsi.org/develop/testing/testplan/api_invoker_management/</loc>
<lastmod>2024-06-11</lastmod>
<lastmod>2024-06-13</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://ocf.etsi.org/develop/testing/testplan/api_logging_service/</loc>
<lastmod>2024-06-11</lastmod>
<lastmod>2024-06-13</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://ocf.etsi.org/develop/testing/testplan/api_provider_management/</loc>
<lastmod>2024-06-11</lastmod>
<lastmod>2024-06-13</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://ocf.etsi.org/develop/testing/testplan/api_publish_service/</loc>
<lastmod>2024-06-11</lastmod>
<lastmod>2024-06-13</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://ocf.etsi.org/develop/testing/testplan/api_security_service/</loc>
<lastmod>2024-06-11</lastmod>
<lastmod>2024-06-13</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://ocf.etsi.org/develop/testing/testplan/common_operations/</loc>
<lastmod>2024-06-11</lastmod>
<lastmod>2024-06-13</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
\ No newline at end of file
No preview for this file type
......@@ -730,10 +730,19 @@
<p>To run Mock Server locally you can just execute the next script:</p>
<pre><code>cd services
./run_mock_server.sh
or
./run.sh -s
</code></pre>
<p>If you want to launch only tests that not needed mockserver, just add "--exclude mockserver" parameter to robot execution:</p>
<pre><code>./run_capif_tests.sh --include &lt;TAG&gt; --exclude mockserver
</code></pre>
<p>After run tests the Mock Server can be removed from local deployment:</p>
<pre><code>./clean_mock_server.sh
or
./clean_capif_docker_services.sh -s
</code></pre>
<h2 id="manual-build-and-test-execution">Manual Build And Test Execution</h2>
<ul>
<li><strong>Build Robot docker image</strong>:</li>
......@@ -762,7 +771,7 @@ docker run -ti --rm --network=&quot;host&quot; \
--add-host host.docker.internal:host-gateway \
--add-host vault:host-gateway \
--add-host register:host-gateway \
--add-host mockserver:host-gateway \
--add-host mock-server:host-gateway \
-v &lt;PATH_TO_REPOSITORY&gt;/tests:/opt/robot-tests/tests \
-v &lt;PATH_RESULT_FOLDER&gt;:/opt/robot-tests/results capif-robot-test:latest \
--variable CAPIF_HOSTNAME:$CAPIF_HOSTNAME \
......@@ -794,7 +803,7 @@ docker run -ti --rm --network=&quot;host&quot; \
--add-host host.docker.internal:host-gateway \
--add-host vault:host-gateway \
--add-host register:host-gateway \
--add-host mockserver:host-gateway \
--add-host mock-server:host-gateway \
-v &lt;PATH_TO_REPOSITORY&gt;/tests:/opt/robot-tests/tests \
-v &lt;PATH_RESULT_FOLDER&gt;:/opt/robot-tests/results capif-robot-test:latest \
--variable CAPIF_HOSTNAME:$CAPIF_HOSTNAME \
......
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