1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
Android.mk Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
Makefile.am Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ipa_nat_test.h Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ipa_nat_test000.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ipa_nat_test001.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ipa_nat_test002.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ipa_nat_test003.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ipa_nat_test004.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ipa_nat_test005.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ipa_nat_test006.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ipa_nat_test007.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ipa_nat_test008.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ipa_nat_test009.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ipa_nat_test010.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ipa_nat_test011.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ipa_nat_test012.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ipa_nat_test013.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ipa_nat_test014.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ipa_nat_test015.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ipa_nat_test016.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ipa_nat_test017.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ipa_nat_test018.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ipa_nat_test019.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ipa_nat_test020.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ipa_nat_test021.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ipa_nat_test022.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
main.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README.txt

1 To run this suite separately(each test case creates table and delete table) use below command
   - To execute test suite nt times with n entries, command "ipanatest sep nt n"

  Example:  To execute test suite 1 time with 100 entries, command "ipanattest sep 100"


2. To run test suite not separately(creates table and delete table only once) use below command
   - To execute test suite nt times with n entries, command "ipanatest reg nt n"

   Example: To execute test suite 5 times with 32 entries, command "ipanattest reg 5 32"


3. To run inotify regression test use command, "ipanattest inotify nt"

   Example: To execute inotify 5 times, command "ipanattest inotify 5"


4. if we just give command "ipanattest", runs test suite 1 time with 100 entries (non separate)