android_device_samsung_msm8.../data-ipa-cfg-mgr/ipanat/test
2017-01-17 14:51:38 +01:00
..
Android.mk msm8976-common: Initial tree based on xiaomi/msm8956-common 2017-01-17 14:51:38 +01:00
ipa_nat_test.h msm8976-common: Initial tree based on xiaomi/msm8956-common 2017-01-17 14:51:38 +01:00
ipa_nat_test000.c msm8976-common: Initial tree based on xiaomi/msm8956-common 2017-01-17 14:51:38 +01:00
ipa_nat_test001.c msm8976-common: Initial tree based on xiaomi/msm8956-common 2017-01-17 14:51:38 +01:00
ipa_nat_test002.c msm8976-common: Initial tree based on xiaomi/msm8956-common 2017-01-17 14:51:38 +01:00
ipa_nat_test003.c msm8976-common: Initial tree based on xiaomi/msm8956-common 2017-01-17 14:51:38 +01:00
ipa_nat_test004.c msm8976-common: Initial tree based on xiaomi/msm8956-common 2017-01-17 14:51:38 +01:00
ipa_nat_test005.c msm8976-common: Initial tree based on xiaomi/msm8956-common 2017-01-17 14:51:38 +01:00
ipa_nat_test006.c msm8976-common: Initial tree based on xiaomi/msm8956-common 2017-01-17 14:51:38 +01:00
ipa_nat_test007.c msm8976-common: Initial tree based on xiaomi/msm8956-common 2017-01-17 14:51:38 +01:00
ipa_nat_test008.c msm8976-common: Initial tree based on xiaomi/msm8956-common 2017-01-17 14:51:38 +01:00
ipa_nat_test009.c msm8976-common: Initial tree based on xiaomi/msm8956-common 2017-01-17 14:51:38 +01:00
ipa_nat_test010.c msm8976-common: Initial tree based on xiaomi/msm8956-common 2017-01-17 14:51:38 +01:00
ipa_nat_test011.c msm8976-common: Initial tree based on xiaomi/msm8956-common 2017-01-17 14:51:38 +01:00
ipa_nat_test012.c msm8976-common: Initial tree based on xiaomi/msm8956-common 2017-01-17 14:51:38 +01:00
ipa_nat_test013.c msm8976-common: Initial tree based on xiaomi/msm8956-common 2017-01-17 14:51:38 +01:00
ipa_nat_test014.c msm8976-common: Initial tree based on xiaomi/msm8956-common 2017-01-17 14:51:38 +01:00
ipa_nat_test015.c msm8976-common: Initial tree based on xiaomi/msm8956-common 2017-01-17 14:51:38 +01:00
ipa_nat_test016.c msm8976-common: Initial tree based on xiaomi/msm8956-common 2017-01-17 14:51:38 +01:00
ipa_nat_test017.c msm8976-common: Initial tree based on xiaomi/msm8956-common 2017-01-17 14:51:38 +01:00
ipa_nat_test018.c msm8976-common: Initial tree based on xiaomi/msm8956-common 2017-01-17 14:51:38 +01:00
ipa_nat_test019.c msm8976-common: Initial tree based on xiaomi/msm8956-common 2017-01-17 14:51:38 +01:00
ipa_nat_test020.c msm8976-common: Initial tree based on xiaomi/msm8956-common 2017-01-17 14:51:38 +01:00
ipa_nat_test021.c msm8976-common: Initial tree based on xiaomi/msm8956-common 2017-01-17 14:51:38 +01:00
ipa_nat_test022.c msm8976-common: Initial tree based on xiaomi/msm8956-common 2017-01-17 14:51:38 +01:00
main.c msm8976-common: Initial tree based on xiaomi/msm8956-common 2017-01-17 14:51:38 +01:00
Makefile.am msm8976-common: Initial tree based on xiaomi/msm8956-common 2017-01-17 14:51:38 +01:00
README.txt msm8976-common: Initial tree based on xiaomi/msm8956-common 2017-01-17 14:51:38 +01:00

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)