Statistics
| Branch: | Tag: | Revision:

root / snf-tools @ aca448cf

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

burnin: Changes for compatibility with OS/Compute v2

Refs #3767

ed8c7696 05/23/2013 01:28 pm Constantinos Venetsanopoulos

Make README files of sub-components obsolete

Since v0.14 everything belonging in a README file should be written
as part of the documentation and thus under docs/. Remove all
unnecessary README files, adjust MANIFEST.in and setup.py files
accordingly and move README files that should be merged into the...

e7f22a2a 04/10/2013 07:05 pm Christos Stavrakakis

Merge branch 'release-0.13' into develop

Conflicts:
snf-astakos-app/astakos/im/messages.py

5ede2c79 04/08/2013 08:11 pm Constantinos Venetsanopoulos

Make all Changelog files prior to 0.13 obsolete

Since v0.13, all Synnefo components will have the same version and the
same Changelog, NEWS, Upgrade, Copyright file. This patch addresses
old Changelog, NEWS and Upgrade files:

  • Move all separate Changelog files under docs/older/...
f770d29f 04/02/2013 12:56 pm Kostas Papadimitriou

Merge branch 'release-0.13' into develop

Conflicts:
snf-astakos-app/astakos/im/messages.py
snf-astakos-app/astakos/im/views.py
version

3eea2bc3 03/29/2013 01:21 pm Constantinos Venetsanopoulos

Update setup.py for every snf-* component

7d350685 03/19/2013 04:06 pm Ilias Tsitsimpis

Remove obsolete docs from snf-tools package

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.

693bebea 02/26/2013 02:11 pm Stratos Psomadakis

Make docs (devflow) version-'aware'

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

5adcc57e 02/07/2013 02:14 pm Christos Stavrakakis

Fixes to setup.py

Update author/maintainer name/email of all synnefo projects. Also fix
short description and some whitespace issues.

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.

778081b0 01/29/2013 06:19 pm Christos Stavrakakis

Do not automatically update version files

Do not automatically update version files from setup.py. From now
on, version files are updated using 'update_version.py' script and
'devflow'.

Also removed autopkg.conf and created devflow.conf configuration file.

5a934ebb 01/29/2013 05:33 pm Ilias Tsitsimpis

Changelog

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.

35fe39fa 01/22/2013 01:38 pm Ilias Tsitsimpis

Change install requirements

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!

076a2dc0 01/14/2013 03:06 pm Ilias Tsitsimpis

Token flag is mandatory even for `delete-stale'

Change snf-burnin-run.sh to represent this.

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.

d2687465 01/14/2013 12:52 pm Ilias Tsitsimpis

Re-indent `README' and `Changelog'

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

16bb19a0 09/11/2012 03:36 pm John Giannelos

Add snf-burnin documentation

e4b66f14 09/10/2012 06:18 pm John Giannelos

Fix performance issues in snf-burnin-details script

5c897720 09/10/2012 05:51 pm John Giannelos

Add new example script for monitoring details in errors

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

61909d3e 07/27/2012 03:33 pm John Giannelos

Fix required package name in snf-tools setup.py

3f245afe 07/24/2012 07:45 pm Kostas Papadimitriou

Merge branch 'snf-tools'

9b69f7e6 07/23/2012 06:46 pm John Giannelos

Update README. Fix snf-burnin-run.sh ssh/timeout error.

b03be261 07/23/2012 05:42 pm John Giannelos

Minor fixes in README and scripts

e93db675 07/23/2012 04:42 pm John Giannelos

Updated README with example usage, and info about scripts.

56d5c612 07/23/2012 03:56 pm John Giannelos

Split cronjob example to snf-burnin run and check scripts

7c160914 07/20/2012 07:30 pm Kostas Papadimitriou

Initialize Changelog for snf-tools

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

Do not track autogenerated version file

c1fc703c 07/20/2012 06:25 pm John Giannelos

Update README and example burnin cron-job

e14eecb5 07/20/2012 06:21 pm John Giannelos

Add snf-burnin description and example cron job script

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

Initial commit to snf-tools

ed02e7e1 11/18/2011 01:00 pm Kostas Papadimitriou

Allow us to export tools in setup.py as console_scripts

c909cbbd 11/15/2011 03:45 pm Giorgos Verigakis

Add support for disk_template in Flavors

A new 'SNF:disk_template' field is returned.

Settings updated
Database migration needed

Refs #1005

cd737122 10/13/2011 02:54 pm Vangelis Koukis

Rename burnin.py -> snf-burnin

cb1fa17c 10/13/2011 11:52 am Vangelis Koukis

Update doc on burnin, add note on rdesktop

7f62a0b5 10/12/2011 11:53 am Vangelis Koukis

Add option to specify image id in burnin tool

Add --image-id mandatory argument to specify image id in burnin tool,
refs #1155.

00f87624 10/12/2011 10:00 am Vangelis Koukis

Make integration test suite more robust

Make integration test suite more robust: * Support testing only individual images * Mark yet un-tested options as "EXPERIMENTAL" * Rename integration test suite to "burnin",
name shamelessly stolen from the corresponding Ganeti tool

e72bcf60 10/11/2011 04:16 pm Vangelis Koukis

Clarify a change introduced in the test suite

bb41504d 10/11/2011 02:02 pm Giorgos Verigakis

imagemetadata_set has been renamed to metadata

2c40e760 10/11/2011 02:01 pm Giorgos Verigakis

Remove the aliases to avoid confusion

a3ec2802 10/10/2011 12:34 pm Vangelis Koukis

Merge branch 'logging'

Conflicts:
README.upgrade

ec549f9a 10/10/2011 12:31 pm Vangelis Koukis

Merge branch 'admin'

21bbbc9b 10/09/2011 04:13 pm Vangelis Koukis

Execute integration tests in parallel

Add support for execution of integration tests in parallel,
in processes executing distinct instances of the TextTestRunner.

A single TestCase runs in the same process, so class fixtures work.
Distinct subclasses of TestCase are run in parallel and may share no...

4fdd25ab 10/07/2011 11:46 am Vangelis Koukis

Update integration test suite

Update integration test suite: * improve error messages, make progress reporting more consistent * destroy the test server in the last test, make sure it gets removed * all tests work correctly for the Debian Base Image

bc14ba88 10/06/2011 06:09 pm Vangelis Koukis

Improve integration test suite

Implement generic timeout handler, implement PING IPv4 and IPv6 test,
implement connecting over ssh to the public IPv4 and IPv6 address for
hostname verification, numerous fixes.

9e98ba3c 10/06/2011 05:08 pm Giorgos Verigakis

Add new logging infrastructure

Uses dictionary configuration back ported from
Python 2.7.

Refs #1033

5a140b23 10/06/2011 11:18 am Vangelis Koukis

Commit initial version of Synnefo deployment test

Add an initial version of a tool to test a Synnefo deployment.
The tool uses Python testing to run a number of test scenarios
on all available images. It is still a WIP.

Refs #1155.

ff327b86 10/05/2011 12:27 pm Vangelis Koukis

Merge branch 'api-current'

Conflicts:
README.upgrade

7cc3c7d9 10/03/2011 05:11 pm Giorgos Verigakis

Change Update Metadata to create non-existing keys

Update Metadata methods for servers and images
used to ignore keys that did not exist. This patch
will create them instead.

Refs #1403
Refs #1399

330c7d80 09/15/2011 06:42 pm Giorgos Verigakis

Add --meta in image register

Allows to add metadata during image registration.

Refs #1107

79c33f4e 09/15/2011 05:57 pm Giorgos Verigakis

Do not show deleted objects by default

Use -a to also show deleted objects.

Refs #1107

870c24a0 09/14/2011 01:00 pm Giorgos Verigakis

Admin improvements

  • Flavors use the deleted flag instead of deleting the object.
  • SynnefoUsers use the DELETED state instead of deleting the object.
  • Object lists do not show deleted objects.

Refs #849
Refs #1055

928534c4 09/08/2011 09:16 pm Vangelis Koukis

Merge branch 'api-current'

d1ceb341 09/08/2011 04:51 pm Giorgos Verigakis

Be more verbose for multiple choices attributes

Refs #849

fe29fb25 09/02/2011 03:49 pm Giorgos Verigakis

Add --apiurl and --token arguments

Remove --api and --host as they are now redundant.

Fixes #853

ead18dbc 09/01/2011 06:40 pm Giorgos Verigakis

Add invitation list and resend commands

87c1dadc 09/01/2011 06:17 pm Giorgos Verigakis

Add stats command

Refs #995

a8855e98 07/27/2011 07:26 pm Vangelis Koukis

Merge branch 'admin'

Conflicts:
invitations/templates/invitation.txt

9f642ac3 07/27/2011 05:32 pm Vangelis Koukis

Split the tools in a separate snf-tools/ directory