* [LTP] about testscript run
@ 2015-09-08 11:39 xcf733520
2015-09-08 12:29 ` Alexey Kodanev
0 siblings, 1 reply; 3+ messages in thread
From: xcf733520 @ 2015-09-08 11:39 UTC (permalink / raw)
To: ltp-list@lists.sourceforge.net
Hi all,
I try to run testscript in the directory of /opt/ltp/testscripts, when try networkstress.sh/networktests.sh it show as below,
./network.sh: line 5: test_net.sh: No such file or directory
Do them networkstress.sh/networktests.sh run directly?
--------------
xcf733520
------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [LTP] about testscript run
2015-09-08 11:39 [LTP] about testscript run xcf733520
@ 2015-09-08 12:29 ` Alexey Kodanev
2015-09-09 6:56 ` xcf733520
0 siblings, 1 reply; 3+ messages in thread
From: Alexey Kodanev @ 2015-09-08 12:29 UTC (permalink / raw)
To: xcf733520, ltp-list@lists.sourceforge.net
Hi,
On 09/08/2015 02:39 PM, xcf733520 wrote:
> Hi all,
>
> I try to run testscript in the directory of /opt/ltp/testscripts, when try networkstress.sh/networktests.sh it show as below,
>
> ./network.sh: line 5: test_net.sh: No such file or directory
test_net.sh script should be in the PATH. Usually, installation
directory /opt/ltp/testcases/bin is set to the PATH. Then you can run
./networktests.sh.
Alternatively, you can try to set the PATH to networkstress.sh or
networktests.sh:
$ PATH=/opt/ltp/testcases/bin:$PATH ./networktests.sh
Thanks,
Alexey
------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [LTP] about testscript run
2015-09-08 12:29 ` Alexey Kodanev
@ 2015-09-09 6:56 ` xcf733520
0 siblings, 0 replies; 3+ messages in thread
From: xcf733520 @ 2015-09-09 6:56 UTC (permalink / raw)
To: Alexey Kodanev, ltp-list@lists.sourceforge.net
>
>Hi,
>On 09/08/2015 02:39 PM, xcf733520 wrote:
>> Hi all,
>>
>> I try to run testscript in the directory of /opt/ltp/testscripts, when try networkstress.sh/networktests.sh it show as below,
>>
>> ./network.sh: line 5: test_net.sh: No such file or directory
>
>test_net.sh script should be in the PATH. Usually, installation
>directory /opt/ltp/testcases/bin is set to the PATH. Then you can run
>./networktests.sh.
>
>Alternatively, you can try to set the PATH to networkstress.sh or
>networktests.sh:
>
>$ PATH=/opt/ltp/testcases/bin:$PATH ./networktests.sh
>
>Thanks,
>Alexey
>
>
>
Hi Alexey,
Thanks for your help, add the $PATH "PATH=/opt/ltp/testcases/bin:$PATH" , it can be run normally.
------------------------------------------------------------------------------
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-09-09 6:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-08 11:39 [LTP] about testscript run xcf733520
2015-09-08 12:29 ` Alexey Kodanev
2015-09-09 6:56 ` xcf733520
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox