I've not tried testing using LTP. If required, get the individual source code and compile statically using armcc and run on Android.
Also if somebody might want to test CTS test cases http://source.android.com/compatibility/cts-intro.html Future versions of the CTS will include the following types of test cases: •Robustness tests test the durability of the system under stress. •Performance tests test the performance of the system against defined benchmarks, for example rendering frames per second. - On Thu, Mar 10, 2011 at 9:27 AM, sanjeev sharma <[email protected]> wrote: > Hi All, > > Is LTP available for Android.? > > and other suggestion woule be run autotest suites on ported device. > > Thanks > Sanjeev Sharma > > On Wed, Mar 9, 2011 at 5:13 PM, Srikant <[email protected]> wrote: >> >> You can execute the following test cases to validate your porting: >> >> 1. Validating Booting - Use Boot chart >> http://elinux.org/Using_Bootchart_on_Android >> >> 2. Validating Kernel, File System, I/O & Storage, Performance/Bench >> Marking, Memory etc. - Use LTP (Linux Test Project) >> http://ltp.sourceforge.net/tooltable.php >> >> 3. Validating Power Management - Manually measure Power using >> Multimeter while performing various test scenarios >> >> - >> >> On Mar 4, 3:40 am, "P@AR" <[email protected]> wrote: >> > Hi Mike >> > I don't need device specific tests. I just need some generic "system >> > test" that will confirm me that I'have port the Android+kernel >> > successfully to the new platform. >> > I need tests for: Booting, FileSystem,Power Management, Memory, >> > Necessary(crucial) System Services...etc >> > >> > On Mar 2, 10:26 pm, mike digioia <[email protected]> wrote: >> > >> > >> > >> > > Well this is quite complex, since these devices have so much >> > > functionality. >> > > Functional regression test would do this for all the features. >> > >> > > If this is not what you are looking to do then just try and use it on >> > > the >> > > network in the major areas like camera, wifi, 3g, voice, etc... >> > > On Mar 2, 2011 5:59 AM, "P@AR" <[email protected]> wrote: >> > >> > > > Is there any way : >> > > > tools, list of test-cases... >> > > > for verifying that Andorid is successfully ported to the new device >> > > > ? >> > >> > > > I think it is not enough if you read the dmesg printouts to confirm >> > > > that android and all it's components(kernel, drivers, libraries... ) >> > > > will function correctly together. I just need some more reliable >> > > > procedure that will assure me that the porting has been done >> > > > successfully. >> > >> > > > Any idea/suggestion would help. >> > >> > > > Best Regards, >> > >> > > > -- >> > > > unsubscribe: [email protected] >> > > > website:http://groups.google.com/group/android-kernel- Hide quoted >> > > > text - >> > >> > - Show quoted text - >> >> -- >> unsubscribe: [email protected] >> website: http://groups.google.com/group/android-kernel > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel
