<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bsc/+/17455">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">tests/Makefile.am: allow running only one VTY test<br><br>Add VTY_TEST variable, just like in osmo-hlr Change-Id<br>I4ad7ddb31b2bfb668b3540cfef658417dd442375.<br><br>Change-Id: Ieb08ae57bd8bb68c9a8593b3e1175eae9064ac57<br>---<br>M tests/Makefile.am<br>1 file changed, 4 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/55/17455/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/tests/Makefile.am b/tests/Makefile.am</span><br><span>index 446276b..9f2e0e0 100644</span><br><span>--- a/tests/Makefile.am</span><br><span>+++ b/tests/Makefile.am</span><br><span>@@ -54,6 +54,9 @@</span><br><span>    echo "Not running python-based tests (determined at configure-time)"</span><br><span> endif</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+# Run a specific test with: 'make vty-test VTY_TEST=osmo-bsc.vty'</span><br><span style="color: hsl(120, 100%, 40%);">+VTY_TEST ?= *.vty</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> # To update the VTY script from current application behavior,</span><br><span> # pass -u to vty_script_runner.py by doing:</span><br><span> #   make vty-test U=-u</span><br><span>@@ -61,7 +64,7 @@</span><br><span>    osmo_verify_transcript_vty.py -v \</span><br><span>           -n OsmoBSC -p 4242 \</span><br><span>                 -r "$(top_builddir)/src/osmo-bsc/osmo-bsc -c $(top_srcdir)/doc/examples/osmo-bsc/osmo-bsc-minimal.cfg" \</span><br><span style="color: hsl(0, 100%, 40%);">-              $(U) $(srcdir)/*.vty</span><br><span style="color: hsl(120, 100%, 40%);">+          $(U) $(srcdir)/$(VTY_TEST)</span><br><span> </span><br><span> check-local: atconfig $(TESTSUITE)</span><br><span>         $(SHELL) '$(TESTSUITE)' $(TESTSUITEFLAGS)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bsc/+/17455">change 17455</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-bsc/+/17455"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bsc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ieb08ae57bd8bb68c9a8593b3e1175eae9064ac57 </div>
<div style="display:none"> Gerrit-Change-Number: 17455 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>