Loading public/develop/search/search_index.json +1 −1 File changed.Preview size limit exceeded, changes collapsed. Show changes public/develop/sitemap.xml +19 −19 Original line number Diff line number Diff line Loading @@ -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 public/develop/sitemap.xml.gz (400 B) File changed.No diff preview for this file type. View original file View changed file public/develop/testing/robotframework/index.html +11 −2 Original line number Diff line number Diff line Loading @@ -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 <TAG> --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> Loading Loading @@ -762,7 +771,7 @@ docker run -ti --rm --network="host" \ --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 <PATH_TO_REPOSITORY>/tests:/opt/robot-tests/tests \ -v <PATH_RESULT_FOLDER>:/opt/robot-tests/results capif-robot-test:latest \ --variable CAPIF_HOSTNAME:$CAPIF_HOSTNAME \ Loading Loading @@ -794,7 +803,7 @@ docker run -ti --rm --network="host" \ --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 <PATH_TO_REPOSITORY>/tests:/opt/robot-tests/tests \ -v <PATH_RESULT_FOLDER>:/opt/robot-tests/results capif-robot-test:latest \ --variable CAPIF_HOSTNAME:$CAPIF_HOSTNAME \ Loading Loading
public/develop/search/search_index.json +1 −1 File changed.Preview size limit exceeded, changes collapsed. Show changes
public/develop/sitemap.xml +19 −19 Original line number Diff line number Diff line Loading @@ -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
public/develop/sitemap.xml.gz (400 B) File changed.No diff preview for this file type. View original file View changed file
public/develop/testing/robotframework/index.html +11 −2 Original line number Diff line number Diff line Loading @@ -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 <TAG> --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> Loading Loading @@ -762,7 +771,7 @@ docker run -ti --rm --network="host" \ --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 <PATH_TO_REPOSITORY>/tests:/opt/robot-tests/tests \ -v <PATH_RESULT_FOLDER>:/opt/robot-tests/results capif-robot-test:latest \ --variable CAPIF_HOSTNAME:$CAPIF_HOSTNAME \ Loading Loading @@ -794,7 +803,7 @@ docker run -ti --rm --network="host" \ --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 <PATH_TO_REPOSITORY>/tests:/opt/robot-tests/tests \ -v <PATH_RESULT_FOLDER>:/opt/robot-tests/results capif-robot-test:latest \ --variable CAPIF_HOSTNAME:$CAPIF_HOSTNAME \ Loading