Statistics
| Branch: | Tag: | Revision:

root / snf-tools / synnefo_tools / burnin.py @ 139d3a0b

History | View | Annotate | Download (70.1 kB)

# Date Author Comment
139d3a0b 01/23/2013 11:44 am Ilias Tsitsimpis

Revert "Re-enable `test_001_list_servers'"

This reverts commit b3e64586f762d8292d63e5f46b8156e56089f260.

2a410f76 01/21/2013 02:47 pm Ilias Tsitsimpis

Replace fabric with paramiko

b3e64586 01/18/2013 12:46 pm Ilias Tsitsimpis

Re-enable `test_001_list_servers'

6e168615 01/16/2013 03:56 pm Ilias Tsitsimpis

Burnin meet flake8!

8792bb97 01/14/2013 02:24 pm Ilias Tsitsimpis

Don't wait for cleanup_servers in cleanup_networks

It seems that cleanup_networks always is called after
cleanup_servers, in serial execution order.

Also `--token' seems to be mandatory even when
inspecting or deleting stalled objects.

3aa6296b 01/14/2013 01:17 pm Ilias Tsitsimpis

Better handling of `delete_stale' in cleanup_networks

We should not check (and wait) for staled servers to
be deleted if all we want is to show staled networks.

3e4c5c32 11/20/2012 06:14 pm John Giannelos

Minor fixes in snf-burnin
- Disable multiprocessing when opts.fanout==1
- Fix custom TextTestRunner when result_dict uninitialized

f752215c 10/26/2012 01:25 pm John Giannelos

Minor fixes in snf-burnin

- Fix in stale resources cleanup
- Using new custom resultclass for the testrunner

4db7b8bd 10/16/2012 01:46 pm John Giannelos

Merge branch 'snf-tools' into snf-burnin-dev

Conflicts:
snf-tools/synnefo_tools/burnin.py

daac4017 10/15/2012 06:35 pm John Giannelos

Minor fixes

e50133da 10/15/2012 04:14 pm John Giannelos

Fix public IP discovery with multiple available public networks

66eba2cf 10/08/2012 05:03 pm John Giannelos

snf-burnin stores information about VMs/networks in the detailed log

c0448f4f 10/02/2012 06:39 pm John Giannelos

--delete-stale checks for stale resources until action_timeout

2aaa1336 09/05/2012 07:29 pm John Giannelos

Major changes in snf-burnin:

  • NetworkTestCase checks network status changes
  • NetworkTestcase handles networks with specific CIDR
  • NetworkTestCase handles servers with attachments (nics)
  • Parallel testcase spawning runs the same test-set in different processes...
9b013c3a 08/22/2012 02:18 pm John Giannelos

Minor fixes in cli dialogs

2e3b7dc8 08/20/2012 05:52 pm John Giannelos

snf-burnin checks only "osfamily" and "root partition" in image metadata

746540cd 08/03/2012 06:42 pm John Giannelos

Improve snf-burnin logging
Implement colored cli output

22efe1fe 08/02/2012 02:45 pm John Giannelos

Fix snf-burnin --help output
Add argument to select subset of testcases

846980fe 08/01/2012 05:37 pm John Giannelos

Minor fixes in burnin

e49bdb7c 08/01/2012 02:28 pm John Giannelos

snf-burnin skips various tests when windows image is selected

946da8b6 07/31/2012 06:35 pm John Giannelos

Add cli parameter to disable ipv6 related tests
Fix snf-burnin to check only system's images for unique names

e8a6a168 07/30/2012 06:47 pm John Giannelos

Implement failfast feature in snf-burnin

1b5d6e95 07/20/2012 04:59 pm John Giannelos

Initial commit to snf-tools