• Home
Name Date Size #Lines LOC

..--

Android.mkD03-May-20241.2 KiB5342

Makefile.amD03-May-2024853 4334

README.txtD03-May-2024778 199

ipa_nat_test.hD03-May-20243.5 KiB10561

ipa_nat_test000.cD03-May-20242.4 KiB7023

ipa_nat_test001.cD03-May-20242.5 KiB7826

ipa_nat_test002.cD03-May-20242.6 KiB8631

ipa_nat_test003.cD03-May-20242.7 KiB8328

ipa_nat_test004.cD03-May-20242.4 KiB7123

ipa_nat_test005.cD03-May-20242.7 KiB8429

ipa_nat_test006.cD03-May-20242.8 KiB9235

ipa_nat_test007.cD03-May-20242.8 KiB8935

ipa_nat_test008.cD03-May-20243.1 KiB9541

ipa_nat_test009.cD03-May-20243.1 KiB9741

ipa_nat_test010.cD03-May-20243.5 KiB10951

ipa_nat_test011.cD03-May-20243.4 KiB10951

ipa_nat_test012.cD03-May-20243.4 KiB11051

ipa_nat_test013.cD03-May-20243.5 KiB10951

ipa_nat_test014.cD03-May-20243 KiB9639

ipa_nat_test015.cD03-May-20243 KiB9839

ipa_nat_test016.cD03-May-20243 KiB9739

ipa_nat_test017.cD03-May-20243 KiB9739

ipa_nat_test018.cD03-May-20243 KiB9739

ipa_nat_test019.cD03-May-20243 KiB9739

ipa_nat_test020.cD03-May-20243.1 KiB10143

ipa_nat_test021.cD03-May-20242.7 KiB8233

ipa_nat_test022.cD03-May-20243.7 KiB11950

main.cD03-May-202415 KiB641548

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