Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / helpdesk / tests.py @ b1fb3aac

History | View | Annotate | Download (12.2 kB)

# Date Author Comment
040fcb12 05/21/2013 01:03 pm Kostas Papadimitriou

helpdesk: Update tests

use existing cyclades db factories instead of json fixtures which are painful
to maintain

e892db2d 05/16/2013 06:30 pm Christos Stavrakakis

helpdesk: Use 'mock' library to bypass auth

Use mock to library to bypass astakos authentication in helpdesk views.

d91de78c 05/09/2013 05:23 pm Christos Stavrakakis

helpdesk: Fix helpdesk tests

468ba00b 04/30/2013 05:03 pm Ilias Tsitsimpis

snf-cyclades-app: Use astakosclient

04a1b675 04/08/2013 06:17 pm Christos Stavrakakis

Move astakos lib from snf-common to snf-django-lib

cc5c8608 04/02/2013 10:29 am Kostas Papadimitriou

Allow helpdesk users to shutdown/start vms

Include an additional action to helpdesk view. Based on the current
status of the virtual machine helpdesk user is allowed to start it or
shut it down.

This comes handy since in most cases vm suspension needs to be...

505a121e 03/20/2013 08:56 pm Kostas Papadimitriou

Helpdesk tests update

- Include suspend/release suspension tests
- Mock astakos displayname/uuid resolving methods
- Update fixtures with user uuids
- Test vmid lookup

9fd36718 08/09/2012 03:56 pm Kostas Papadimitriou

Helpdesk application improvements

- Additional setting HELPDESK_ENABLED to be able to enable/disable
helpdesk views.
- Fix fixtures to play along with new network models
- Include helpdesk default settings module

d59d86d4 08/01/2012 05:28 pm Kostas Papadimitriou

Support ip to account lookup

as an alternative method to helpdesk details view. If network interface
exists with the passed ip, the details of the owner of the machine linked to
the network interface will be displayed.

ebda2ad4 06/26/2012 04:05 pm Kostas Papadimitriou

Helpdesk api fix

handle prefix that contains text after "@".

9e3519e0 06/25/2012 03:06 pm Kostas Papadimitriou

Helpdesk improvements

- New json view to return a list of existing users with a prefix ending
with "@" to be used for autocompletion in helpdesk account name input.
- Proper non existing account handling. If no vms or private networks exist
for the specified account notify helpdesk user that the account...

c4d1f3b7 06/13/2012 06:41 pm Kostas Papadimitriou

Helpdesk application tests

fd00a867 02/03/2012 05:33 pm Giorgos Verigakis

Remove obsolete files that were restored due to merge

9c0ac5af 01/30/2012 06:55 pm Kostas Papadimitriou

Renamed snf-app to snf-cyclades-app