root / devel / release_test_v1.5.txt @ a5054dc3373d2e9cd4df8f458bf36ae90d43d9c8
View | Annotate | Download (2.5 KB)
| 1 | This document contains the release test-procedure for |
|---|---|
| 2 | Nephthys v1.5. |
| 3 | |
| 4 | Possible states: |
| 5 | |
| 6 | [OPEN] [_] |
| 7 | [SUCCESS] [s] |
| 8 | [FAILED] [f] |
| 9 | |
| 10 | **************************************************************** |
| 11 | * Test details |
| 12 | * |
| 13 | * Date: 2008-12-23 |
| 14 | * OS: Debian Etch (4.0r4, all security updates applied) |
| 15 | * WebServer: Apache2 2.2.3 |
| 16 | * PHP: 5.2.0 |
| 17 | * MySQL: 5.0.32 |
| 18 | * SQLite: 2.8.17 |
| 19 | **************************************************************** |
| 20 | |
| 21 | * [SUCCESS] Test 1 - Fresh installation with MySQL database |
| 22 | |
| 23 | * [SUCCESS] Test 2 - Fresh installation with SQLite database |
| 24 | |
| 25 | * [SUCCESS] Test 3 - Upgrade from previous version with MySQL database |
| 26 | |
| 27 | * [SUCCESS] Test 4 - Upgrade from previous version with SQLite database |
| 28 | |
| 29 | * [SUCCESS] Test 5 - Operation with MySQL database (local auth) |
| 30 | |
| 31 | - [s] Fresh installation |
| 32 | - [s] Login as user 'admin' |
| 33 | - [s] Enter E-Mail address and change password via "My Profile" |
| 34 | - [s] create a additional user (unprivileged) |
| 35 | - [s] login as newly created user |
| 36 | - [s] update profile settings and change password via "My Profile" |
| 37 | - [s] relogin with newly created user |
| 38 | - [s] create a bucket |
| 39 | - [s] notify bucket |
| 40 | - [s] modify bucket |
| 41 | # change name |
| 42 | # change notes-text |
| 43 | # change expiry-date |
| 44 | - [s] delete bucket |
| 45 | - [s] logout |
| 46 | - [s] login as user 'admin' |
| 47 | - [s] disable user |
| 48 | - [s] delete user |
| 49 | |
| 50 | * [SUCCESS] Test 6 - Operation with SQLite database (local auth) |
| 51 | |
| 52 | - [s] Fresh installation |
| 53 | - [s] Login as user 'admin' |
| 54 | - [s] Enter E-Mail address and change password via "My Profile" |
| 55 | - [s] create a additional user (unprivileged) |
| 56 | - [s] login as newly created user |
| 57 | - [s] update profile settings and change password via "My Profile" |
| 58 | - [s] relogin with newly created user |
| 59 | - [s] create a bucket |
| 60 | - [s] notify bucket |
| 61 | - [s] modify bucket |
| 62 | # change name |
| 63 | # change notes-text |
| 64 | # change expiry-date |
| 65 | - [s] delete bucket |
| 66 | - [s] logout |
| 67 | - [s] login as user 'admin' |
| 68 | - [s] disable user |
| 69 | - [s] delete user |
| 70 | |
| 71 | * [SUCCESS] Test 7 - Operation with server-authentication |
| 72 | |
| 73 | - [s] Fresh installation |
| 74 | - [s] set |
| 75 | $allow_server_auth = true |
| 76 | $user_auto_create = true |
| 77 | $hide_logout = true |
| 78 | in nephthys_cfg.php |
| 79 | - [s] enable server-authentication |
| 80 | - [s] open again nephthys, login via server-authentication |
| 81 | - [s] update profile settings and change password via "My Profile" |
| 82 | - [s] create a bucket |
| 83 | - [s] notify bucket |
| 84 | - [s] modify bucket |
| 85 | # change name |
| 86 | # change notes-text |
| 87 | # change expiry-date |
| 88 | - [s] delete bucket |