forked from EMCECS/atmos-client-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.tests.txt
39 lines (30 loc) · 1.41 KB
/
readme.tests.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---------------------------------
| Java REST Testcases for Atmos |
---------------------------------
Configuration
-------------
Before running the testcases, a file named test.properties must be either put on the
classpath (e.g. src/test/resources) or present in your home directory. The file should
contain the following configuration keys:
Atmos:
atmos.uid - Atmos full token uid (e.g. 123daba33425413251/user1)
atmos.secret - Shared secret key for the uid
atmos.endpoints - Comma separated list of endpoint URIs (more than one is optional)
ACDP:
acdp.admin.endpoint - ACDP admin endpoint, usually http://admin_node:8080/
acdp.admin.username - ACDP administrator username
acdp.admin.password - ACDP administrator password
acdp.mgmt.endpoint - ACDP management endpoint, usually http://portal_node:8080/
acdp.mgmt.username - ACDP management user (account user)
acdp.mgmt.password - ACDP management password
Atmos System Management:
atmos.sysmgmt.proto - System management protocol (usually https)
atmos.sysmgmt.host - System management host (primary or secondary node in RMG)
atmos.sysmgmt.port - System management port (usually 443)
atmos.sysmgmt.username - System management user
atmos.sysmgmt.password - System management password
If a particular configuration key is missing, that test group will be skipped.
Running the Testcases
---------------------
The tests are run through Maven. You can run them with:
mvn test