Commit Graph

26 Commits

Author SHA1 Message Date
Chirag Jog 17978438ee Adding Netscaler test cases and fixing bugs in HA test suite. 2012-06-13 20:34:14 +05:30
Chirag Jog 2133b17728 Revert "Marked copy to another zone tests as expectedFailure". This reverts commit 18a3e3cf2b. 2012-06-07 18:42:24 +05:30
Chirag Jog 18a3e3cf2b Marked copy to another zone tests as expectedFailure 2012-06-07 10:11:11 +05:30
Chirag Jog 2e16468ddd Adding Netscaler test suites 2012-06-06 12:35:46 +05:30
Chirag Jog cdc196b1b8 Fixing the remoteSSHClient imports, migrate VM, SSVM and router tests 2012-06-06 12:29:55 +05:30
Prasanna Santhanam a8a1d37ab1 imports in the libs for remoteSSHClient 2012-05-23 15:35:40 +05:30
Prasanna Santhanam 2d7281ce43 more corrections to remoteSSHclient imports 2012-05-23 15:02:08 +05:30
Prasanna Santhanam 27690101ea Package imports for remoteSSHClient were not correct 2012-05-23 12:13:07 +05:30
Chirag Jog 5de593500b Adding ELP/EIP tests & firewall rule changes for SSH 2012-05-22 18:17:57 +05:30
Prasanna Santhanam 0af5888207 Basic readme to get started on running the tests 2012-05-17 17:13:58 +05:30
Prasanna Santhanam f35d70b49a Moving smoke tests and component tests into the test folder
Reviewed-by: pychecker
2012-05-17 17:13:58 +05:30
Alena Prokharchyk 7dbd98a95c More changes to the test client 2012-05-02 20:34:41 -07:00
Alena Prokharchyk ada347b08a More changes to the test client 2012-05-02 19:28:39 -07:00
Alena Prokharchyk 868bdfeb5a More changes to test client 2012-05-02 14:06:46 -07:00
prachi 3d44b2dfa6 more changes to testclient 2012-05-02 13:48:35 -07:00
Alena Prokharchyk 62bee3ddf3 More changes to the test client 2012-05-02 13:19:50 -07:00
frank 3eb97d7d02 fix build 2012-05-02 10:57:36 -07:00
prachi 3eb95b9b5f More changes to testclient 2012-05-01 19:04:53 -07:00
Alena Prokharchyk 57892fef6b Added another testclient 2012-05-01 16:51:14 -07:00
frank 72d284de7d Switch to Apache license 2012-04-03 04:54:14 -07:00
Alena Prokharchyk 294d3a2fda Code format fixes 2012-02-10 15:10:21 -08:00
frank 52610ffcb3 add copyright header to shell scripts 2012-01-11 18:41:53 -08:00
Sheng Yang c44db2557d bug 11772: Add improved version of locking for the scripts in the systemvm
Because currently the lock in the script is retried every 1 second, and it's a
quite a long time that it's possible for some other active script can be
executed and retain the lock again. So it's possible that the first one request
the lock is always being preemptted by others, then finally got timeout.

To fix this issue, the retry interval is reduced to 0.1 seconds, which would
provide more retry times. And each process want to get the lock would create a
file named lockname-PID.lock, and only the first one(judged by timestamp) would
get the lock. The remaining ones would retry every 0.1 seconds to see if it can
get the lock.

Also timeout time is extended to 30 seconds.

And add testcase for it.

status 11772: resolved fixed
2011-11-01 19:06:14 -07:00
anthony e231ea1ab2 eclipse classpath fix 2011-08-31 15:51:19 -07:00
anthony f47bf2e4cf fixed eclipse classpath 2011-08-31 13:35:37 -07:00
frank d36a988d84 move simulator/test to opensource 2011-08-24 10:37:30 -07:00