Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Android.mk | D | 03-May-2024 | 1.2 KiB | 53 | 42 | |
Makefile.am | D | 03-May-2024 | 853 | 43 | 34 | |
README.txt | D | 03-May-2024 | 778 | 19 | 9 | |
ipa_nat_test.h | D | 03-May-2024 | 3.5 KiB | 105 | 61 | |
ipa_nat_test000.c | D | 03-May-2024 | 2.4 KiB | 70 | 23 | |
ipa_nat_test001.c | D | 03-May-2024 | 2.5 KiB | 78 | 26 | |
ipa_nat_test002.c | D | 03-May-2024 | 2.6 KiB | 86 | 31 | |
ipa_nat_test003.c | D | 03-May-2024 | 2.7 KiB | 83 | 28 | |
ipa_nat_test004.c | D | 03-May-2024 | 2.4 KiB | 71 | 23 | |
ipa_nat_test005.c | D | 03-May-2024 | 2.7 KiB | 84 | 29 | |
ipa_nat_test006.c | D | 03-May-2024 | 2.8 KiB | 92 | 35 | |
ipa_nat_test007.c | D | 03-May-2024 | 2.8 KiB | 89 | 35 | |
ipa_nat_test008.c | D | 03-May-2024 | 3.1 KiB | 95 | 41 | |
ipa_nat_test009.c | D | 03-May-2024 | 3.1 KiB | 97 | 41 | |
ipa_nat_test010.c | D | 03-May-2024 | 3.5 KiB | 109 | 51 | |
ipa_nat_test011.c | D | 03-May-2024 | 3.4 KiB | 109 | 51 | |
ipa_nat_test012.c | D | 03-May-2024 | 3.4 KiB | 110 | 51 | |
ipa_nat_test013.c | D | 03-May-2024 | 3.5 KiB | 109 | 51 | |
ipa_nat_test014.c | D | 03-May-2024 | 3 KiB | 96 | 39 | |
ipa_nat_test015.c | D | 03-May-2024 | 3 KiB | 98 | 39 | |
ipa_nat_test016.c | D | 03-May-2024 | 3 KiB | 97 | 39 | |
ipa_nat_test017.c | D | 03-May-2024 | 3 KiB | 97 | 39 | |
ipa_nat_test018.c | D | 03-May-2024 | 3 KiB | 97 | 39 | |
ipa_nat_test019.c | D | 03-May-2024 | 3 KiB | 97 | 39 | |
ipa_nat_test020.c | D | 03-May-2024 | 3.1 KiB | 101 | 43 | |
ipa_nat_test021.c | D | 03-May-2024 | 2.7 KiB | 82 | 33 | |
ipa_nat_test022.c | D | 03-May-2024 | 3.7 KiB | 119 | 50 | |
main.c | D | 03-May-2024 | 15 KiB | 641 | 548 |
README.txt
11 To run this suite separately(each test case creates table and delete table) use below command 2 - To execute test suite nt times with n entries, command "ipanatest sep nt n" 3 4 Example: To execute test suite 1 time with 100 entries, command "ipanattest sep 100" 5 6 72. To run test suite not separately(creates table and delete table only once) use below command 8 - To execute test suite nt times with n entries, command "ipanatest reg nt n" 9 10 Example: To execute test suite 5 times with 32 entries, command "ipanattest reg 5 32" 11 12 133. To run inotify regression test use command, "ipanattest inotify nt" 14 15 Example: To execute inotify 5 times, command "ipanattest inotify 5" 16 17 184. if we just give command "ipanattest", runs test suite 1 time with 100 entries (non separate) 19