Skip to content

Commit

Permalink
deploy: 3bf3b3c
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 committed Nov 2, 2023
1 parent 91f15c6 commit 51f1ae9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion runtime-env/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ <h2 id="disconnected-environment">Disconnected environment<a class="headerlink"
<div class="highlight"><pre><span></span><code><span class="nb">export</span><span class="w"> </span><span class="nv">TNF_PARTNER_REPO</span><span class="o">=</span>registry.dfwt5g.lab:5000/testnetworkfunction
</code></pre></div>
<p>Note that you can also specify the debug pod image to use with <code>SUPPORT_IMAGE</code>
environment variable, default to <code>debug-partner:4.5.2</code>.</p>
environment variable, default to <code>debug-partner:4.5.3</code>.</p>
<!-- markdownlint-disable first-line-heading -->


Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.
10 changes: 5 additions & 5 deletions test-container/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1166,22 +1166,22 @@ <h3 id="output-targz-file-with-results-and-web-viewer-files">Output tar.gz file
</ul>
<h2 id="with-local-test-container-image">With local test container image<a class="headerlink" href="#with-local-test-container-image" title="Permanent link">&para;</a></h2>
<h3 id="build-locally">Build locally<a class="headerlink" href="#build-locally" title="Permanent link">&para;</a></h3>
<div class="highlight"><pre><span></span><code>podman<span class="w"> </span>build<span class="w"> </span>-t<span class="w"> </span>cnf-certification-test:v4.5.2<span class="w"> </span><span class="se">\</span>
<span class="w"> </span>--build-arg<span class="w"> </span><span class="nv">TNF_VERSION</span><span class="o">=</span>v4.5.2<span class="w"> </span><span class="se">\</span>
<div class="highlight"><pre><span></span><code>podman<span class="w"> </span>build<span class="w"> </span>-t<span class="w"> </span>cnf-certification-test:v4.5.3<span class="w"> </span><span class="se">\</span>
<span class="w"> </span>--build-arg<span class="w"> </span><span class="nv">TNF_VERSION</span><span class="o">=</span>v4.5.3<span class="w"> </span><span class="se">\</span>
</code></pre></div>
<ul>
<li><code>TNF_VERSION</code> value is set to a branch, a tag, or a hash of a commit that will be installed into the image</li>
</ul>
<h3 id="build-from-an-unofficial-source">Build from an unofficial source<a class="headerlink" href="#build-from-an-unofficial-source" title="Permanent link">&para;</a></h3>
<p>The unofficial source could be a fork of the <abbr title="Test Network Function">TNF</abbr> repository.</p>
<p>Use the <code>TNF_SRC_URL</code> build argument to override the URL to a source repository.</p>
<div class="highlight"><pre><span></span><code>podman<span class="w"> </span>build<span class="w"> </span>-t<span class="w"> </span>cnf-certification-test:v4.5.2<span class="w"> </span><span class="se">\</span>
<span class="w"> </span>--build-arg<span class="w"> </span><span class="nv">TNF_VERSION</span><span class="o">=</span>v4.5.2<span class="w"> </span><span class="se">\</span>
<div class="highlight"><pre><span></span><code>podman<span class="w"> </span>build<span class="w"> </span>-t<span class="w"> </span>cnf-certification-test:v4.5.3<span class="w"> </span><span class="se">\</span>
<span class="w"> </span>--build-arg<span class="w"> </span><span class="nv">TNF_VERSION</span><span class="o">=</span>v4.5.3<span class="w"> </span><span class="se">\</span>
<span class="w"> </span>--build-arg<span class="w"> </span><span class="nv">TNF_SRC_URL</span><span class="o">=</span>https://github.com/test-network-function/cnf-certification-test<span class="w"> </span>.
</code></pre></div>
<h3 id="run-the-tests-2">Run the tests 2<a class="headerlink" href="#run-the-tests-2" title="Permanent link">&para;</a></h3>
<p>Specify the custom <abbr title="Test Network Function">TNF</abbr> image using the <code>-i</code> parameter.</p>
<div class="highlight"><pre><span></span><code>./run-tnf-container.sh<span class="w"> </span>-i<span class="w"> </span>cnf-certification-test:v4.5.2
<div class="highlight"><pre><span></span><code>./run-tnf-container.sh<span class="w"> </span>-i<span class="w"> </span>cnf-certification-test:v4.5.3
-t<span class="w"> </span>~/tnf/config<span class="w"> </span>-o<span class="w"> </span>~/tnf/output<span class="w"> </span>-l<span class="w"> </span><span class="s2">&quot;networking,access-control&quot;</span>
</code></pre></div>
<p>Note: see <a href="../test-spec/#general-tests">General tests</a> for a list of available keywords.</p>
Expand Down

0 comments on commit 51f1ae9

Please sign in to comment.