Hi All,
I'm trying to run all the networkstress tests on my Linux SH4 platform.
Owing to configuration issues (met using the FC9 as host) I've hacked all
the udp/tcp tests in order to disable IPSEC.
My hack was:
# cd /usr/ltp/testcases/bin/
# for i in `cat /tmp/list1`; do cp $i $i.old;  sed
's/DO_IPSEC=true/DO_IPSEC=$IPSEC/' $i.old > $i; done
where IPSEC in the networkstress.sh is set to false.

If the goal of this kind of tests is to verify that the kernel is not
crashed after receiving an huge amount of udp/tcp traffic etc... I guess my
hack could actually helps me. Indeed, for example udp4-uni-basic02 etc shows
as result: PASS.

What do you think?
Am I missing anything else?

Best regards,
Giuseppe
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to