Statistics
| Branch: | Tag: | Revision:

root / kamaki / cli / command_tree / test.py @ 58602137

History | View | Annotate | Download (16.3 kB)

# Date Author Comment
38db356b 09/09/2013 03:15 pm Stavros Sachtouris

Restore backwards compatibility for image register

Refs: Bug #4276

New format:

/image register Name container:path/to/image

Old format:

/image register Name pithos://user-uuid/container/path/to/image

Now, the old format is also recognized. It is planed to be depricated in a...

d252a7a8 07/15/2013 05:16 pm Stavros Sachtouris

Fully test CommandTree

Refs: #4058

0962adb7 07/15/2013 12:54 pm Stavros Sachtouris

Setup test example commands for CommandTree

Refs: #4058

9a22e094 07/12/2013 04:57 pm Stavros Sachtouris

Implement all unittests for command_tree.Command

Refs: #4058

2fde8651 07/12/2013 01:27 pm Stavros Sachtouris

Setup unittest for CLI and apply to commant_tree

Refs: #4058

Only a init and name methods are tested for now