Statistics
| Branch: | Tag: | Revision:

root / snf-tools / synnefo_tools @ bcb7c357

# Date Author Comment
bcb7c357 05/27/2013 03:34 pm Ilias Tsitsimpis

burnin: Changes for compatibility with OS/Compute v2

Refs #3767

9b1e6145 03/05/2013 10:22 pm Christos Stavrakakis

FIx bug in snf-burnin

"create_network" function of kamaki client, has default dchp=False.
However, "test_002_connect_to_network", expects to that created NICs
will have an IPv4 address, and "test_003a_setup_interface_A" tries
to configure eth1 to this IP, which fails....

95b36b00 03/05/2013 07:01 pm Christos Stavrakakis

Fix typo

0bfeb27e 03/05/2013 06:54 pm Christos Stavrakakis

Fix bug in snf-burnin about flavor names

Since version 0.13 flavors have been renamed in order to include the
disk_template. This commit fixes the corresponding check in snf-burnin.

be5c1475 02/21/2013 02:27 pm Ilias Tsitsimpis

Change network's cidr to a valid one

965b25af 02/21/2013 02:27 pm Ilias Tsitsimpis

When authenticating check for uuid or uniq

This way we are compatible with synnefo-0.12
as well with synnefo-0.13.

8bf886d0 02/21/2013 02:27 pm Ilias Tsitsimpis

Strengthen NetworkTestCase assertion checks

bacb7c87 02/07/2013 12:13 pm Ilias Tsitsimpis

burnin:Get rid of `pithos_user' flag

Get the user's uniq id from astakos.

4c9918f9 02/07/2013 12:12 pm Ilias Tsitsimpis

burnin:Determine uploaded image from it's location

Previous use of 'owner' was wrong as owner is different from user id we
are using right now.

4d72f9ab 01/29/2013 05:16 pm Ilias Tsitsimpis

Cleanup after register a new image

3fc0273f 01/29/2013 11:00 am Ilias Tsitsimpis

Remove guestfs

95a87099 01/28/2013 02:02 pm Ilias Tsitsimpis

Try to upload and register an image

11779b6c 01/24/2013 02:26 pm Ilias Tsitsimpis

Add Pithos TestCases

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

ef894dad 07/20/2012 06:29 pm Kostas Papadimitriou

Do not track autogenerated version file

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

Initial commit to snf-tools