<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><font size="-1">Hi Petr</font><br>
    </p>
    <br>
    <blockquote type="cite"
      cite="mid:20180517170918.qj2svkrqlbftmfjd@dell5510">
      <pre wrap="">You can provide your own file with tests cases you want, put that file in /opt/ltp/runtest/
$ cat /opt/ltp/runtest/test
ipneigh6_ip ipneigh01.sh -6 -c ip
ipneigh01_arp ipneigh01.sh -c arp
ipneigh01_ip ipneigh01.sh -c ip

$ PASSWD=your-root-password /opt/ltp/testscripts/network.sh -f test</pre>
    </blockquote>
    thanks for advice , I also thought about something like this because
    I think that ipneigh term is not the best one and not showing what
    actually covered ( not only ip neighbour but also arp command ) and
    both cases it is just tools to <br>
    delete line from arp table which is just one step in test flow and
    not sure if it is main one ? But I don't feel confident enough to
    came up with new name. And I would do what you suggesting here only
    if I will have better name for ipneigh01.sh script. Do you have some
    certain ideas how better to name it ?  <br>
    <blockquote type="cite"
      cite="mid:20180517170918.qj2svkrqlbftmfjd@dell5510"><br>
      <blockquote type="cite">
        <pre wrap="">-  tst_resm TINFO "Stress auto-creation of $entry_name cache entry"
-       tst_resm TINFO "by pinging '$rhost' and deleting entry again"
-       tst_resm TINFO "with '$arp_del_cmd'"
+       tst_res TINFO "Stress auto-creation of $entry_name cache entry"
+       tst_res TINFO "by pinging '$rhost'"
+       tst_res TINFO "and deleting entry again with '$del_cmd'"
+       tst_res TINFO "in a loop with $NUMLOOPS iterations"
</pre>
      </blockquote>
      <pre wrap="">Probably this would be enough:
        tst_res TINFO "Stress auto-creation of $entry_name cache entry $NUMLOOPS times"</pre>
    </blockquote>
    Why you think that 4 lines is too much ? I personally don't see a
    problem to give user a little more info and don't think that you can
    call it spaming <br>
    <br>
    <br>
    .............<br>
    <br>
    all other your suggestions are applied . after solving this two
    topics I will provide v4 ( hope the last one :D )<br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Anton Smorodskyi <a class="moz-txt-link-rfc2396E" href="mailto:asmorodskyi@suse.com"><asmorodskyi@suse.com></a>
QA Engineer
SUSE Linux GmbH, Maxfeldstr. 5, D-90409 Nürnberg
Tel: +49-911-74053-0; Fax: +49-911-7417755;  <a class="moz-txt-link-freetext" href="https://www.suse.com/">https://www.suse.com/</a>
SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard,
Graham Norton, HRB 21284 (AG Nürnberg)
</pre>
  </body>
</html>