Statistics
| Branch: | Tag: | Revision:

root / snf-tools @ c0448f4f

# Date Author Comment
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

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