Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
Android.mk | 06-Dec-2017 | 1.2K | |
ipa_nat_test.h | 06-Dec-2017 | 3.5K | |
ipa_nat_test000.c | 06-Dec-2017 | 2.4K | |
ipa_nat_test001.c | 06-Dec-2017 | 2.5K | |
ipa_nat_test002.c | 06-Dec-2017 | 2.6K | |
ipa_nat_test003.c | 06-Dec-2017 | 2.7K | |
ipa_nat_test004.c | 06-Dec-2017 | 2.4K | |
ipa_nat_test005.c | 06-Dec-2017 | 2.7K | |
ipa_nat_test006.c | 06-Dec-2017 | 2.8K | |
ipa_nat_test007.c | 06-Dec-2017 | 2.8K | |
ipa_nat_test008.c | 06-Dec-2017 | 3.1K | |
ipa_nat_test009.c | 06-Dec-2017 | 3.1K | |
ipa_nat_test010.c | 06-Dec-2017 | 3.5K | |
ipa_nat_test011.c | 06-Dec-2017 | 3.4K | |
ipa_nat_test012.c | 06-Dec-2017 | 3.4K | |
ipa_nat_test013.c | 06-Dec-2017 | 3.5K | |
ipa_nat_test014.c | 06-Dec-2017 | 3K | |
ipa_nat_test015.c | 06-Dec-2017 | 3K | |
ipa_nat_test016.c | 06-Dec-2017 | 3K | |
ipa_nat_test017.c | 06-Dec-2017 | 3K | |
ipa_nat_test018.c | 06-Dec-2017 | 3K | |
ipa_nat_test019.c | 06-Dec-2017 | 3K | |
ipa_nat_test020.c | 06-Dec-2017 | 3.1K | |
ipa_nat_test021.c | 06-Dec-2017 | 2.7K | |
ipa_nat_test022.c | 06-Dec-2017 | 3.7K | |
main.c | 06-Dec-2017 | 15K | |
Makefile.am | 06-Dec-2017 | 853 | |
README.txt | 06-Dec-2017 | 778 |
1 1 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 7 2. 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 13 3. To run inotify regression test use command, "ipanattest inotify nt" 14 15 Example: To execute inotify 5 times, command "ipanattest inotify 5" 16 17 18 4. if we just give command "ipanattest", runs test suite 1 time with 100 entries (non separate) 19