• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..12-Dec-2023-

Android.mkH A D12-Dec-20231.4 KiB5645

Makefile.amH A D12-Dec-2023853 4334

README.txtH A D12-Dec-2023778 199

ipa_nat_test.hH A D12-Dec-20233.5 KiB10561

ipa_nat_test000.cH A D12-Dec-20232.4 KiB7023

ipa_nat_test001.cH A D12-Dec-20232.5 KiB7826

ipa_nat_test002.cH A D12-Dec-20232.6 KiB8631

ipa_nat_test003.cH A D12-Dec-20232.7 KiB8328

ipa_nat_test004.cH A D12-Dec-20232.4 KiB7123

ipa_nat_test005.cH A D12-Dec-20232.7 KiB8429

ipa_nat_test006.cH A D12-Dec-20232.8 KiB9235

ipa_nat_test007.cH A D12-Dec-20232.8 KiB8935

ipa_nat_test008.cH A D12-Dec-20233.1 KiB9541

ipa_nat_test009.cH A D12-Dec-20233.1 KiB9741

ipa_nat_test010.cH A D12-Dec-20233.5 KiB10951

ipa_nat_test011.cH A D12-Dec-20233.4 KiB10951

ipa_nat_test012.cH A D12-Dec-20233.4 KiB11051

ipa_nat_test013.cH A D12-Dec-20233.5 KiB10951

ipa_nat_test014.cH A D12-Dec-20233 KiB9639

ipa_nat_test015.cH A D12-Dec-20233 KiB9839

ipa_nat_test016.cH A D12-Dec-20233 KiB9739

ipa_nat_test017.cH A D12-Dec-20233 KiB9739

ipa_nat_test018.cH A D12-Dec-20233 KiB9739

ipa_nat_test019.cH A D12-Dec-20233 KiB9739

ipa_nat_test020.cH A D12-Dec-20233.1 KiB10143

ipa_nat_test021.cH A D12-Dec-20232.7 KiB8233

ipa_nat_test022.cH A D12-Dec-20233.7 KiB11950

main.cH A D12-Dec-202315 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