Commit Graph

19 Commits

Author SHA1 Message Date
Chirag Jog ce0700dbbc Fetch Domain-ids from list instead of picking up fixed values.
Fixed tests in Accounts against 2.2.14 build.
2012-03-18 23:03:31 -07:00
Prasanna Santhanam f4217babe6 adding more logging to router suite 2012-03-16 13:14:19 +05:30
Prasanna Santhanam 1fcb6ccd93 defaulting test script passwords 2012-03-15 16:28:14 +05:30
Chirag Jog e7e4c86533 Fixes based on Prasanna's change to testframework
Additional logs/checks around all API calls and SSH calls.
2012-03-06 09:24:59 -08:00
Chirag Jog 13ecccff66 Updated the BVT tests with the following changes:
1. Ensure we poll + sleep instead of just sleep.
2. Additional checking for SSH command and all list commands.
2012-02-26 23:01:03 -08:00
Chirag Jog 28cadfcd58 Remove Unecessary Files.
Minor cleanups.
2012-02-18 12:03:14 -08:00
Chirag Jog f99a65e59b Minor fixes to test cases 2012-02-10 09:24:21 -08:00
Chirag Jog a046161b56 Extracted common functionality in libs.
Added P1-testcases.
Abstracted functionality to behave different for BASIC and ADVANCED networking mode.
2012-02-08 03:07:59 -08:00
Chirag Jog 4c447d92bc 1. Remove complete dependency from settings/environment
2. Add account creation/deletion to all relevant tests.
2012-01-25 07:57:05 -08:00
Chirag Jog b91d919e55 This commit contains the following items:
1. Reduce dependency on settings. (It should be able to run in any environment).
2. Simplify clean up by creating accounts in setup and deleting the account in teardown.
3. Check the list_XXX calls instead of querying the database.

Currently the following tests work per the above logic:
1. test_vm_life_cycle.py
2. test_disk_offerings.py
3. test_service_offerings.py

Rest are work in progress.
2012-01-24 07:49:37 -08:00
Chirag Jog 932ac4d8f5 This commit contains the following items:
1.Tests related KVM Hosts
  2.Tests related iSCSI Storage
  3.Tests related secondary Storage
  4.Split the settings file and added the test data into each of the test cases.
  5.Removed environment specific settings for Network related entities.
2012-01-22 08:07:40 -08:00
Chirag Jog cdcf0f2626 Update the README with current information 2012-01-14 21:56:39 -08:00
Chirag Jog 57a4a76691 Add support for the following tests:
1. All the Pending Networking tests
2. SSVM Tests
3. CPVM Tests
4. Router Tests
5. Hosts Tests
6. Primary Storage Tests
2012-01-14 21:54:11 -08:00
Chirag Jog 63d4d0312d 1. Add support for ISO tests
2. Add support for Template tests
3. Add support for attach/detach ISO VM Life Cycle tests
4. Add support for create Volume/Template from Snapshot tests
5. Add support for Network related tests
6. Cleaned Up Whitespaces from all files.
7. Fixed formating etc.
2012-01-08 22:30:09 -08:00
Chirag Jog e509ec02b2 Uncommented working code for the snapshots tests.
Update the README
2011-12-29 06:09:42 -08:00
Chirag Jog ae0896ccf8 The main features being added are:
1. Add support for Snapshot tests
2. Add Support for Disk offerings tests
3. Add Support for Service offerings tests
4. Add Support to test Volume creation for all available disk offerings
5. Rename Server as VirtualMachine
2011-12-29 06:01:22 -08:00
Chirag Jog 537d56227b Minor fixes:
1. Update doc strings
2. Remove unecessary imports
2011-12-25 23:37:32 -08:00
Chirag Jog 33a502fe7a Update the README 2011-12-25 23:31:04 -08:00
Chirag Jog f1e9f7f1cf Created BVT Tests for VM Life Cycle and Volumes
1. README - Overview of the BVT
2. base.py - Resource classes
3. settings.py - Test data
4. test_vm_life_cycle.py - VM Life Cycle Tests
5. test_volumes.py - Volumes Tests
6. utils.py - Utility functions
2011-12-24 05:33:22 -08:00