This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
device_motorola_sanders/data-ipa-cfg-mgr/ipanat/test
Vachounet f512e6b4b9 potter: ipacm: fix build
Change-Id: I129c15664047306530225a5405970966c0edbf93
2017-09-14 10:15:42 +02:00
..
2017-09-14 10:15:42 +02:00
2017-09-14 10:05:14 +02: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)