summaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-webapp-test-js/src/test/resources/testng.properties
blob: 2863603cdfcd04a7936d25ab52fcffb7bc887ca0 (plain)
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements.  See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership.  The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License.  You may obtain a copy of the License at
#
#   http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied.  See the License for the
# specific language governing permissions and limitations
# under the License.
#

# properties for integration tests

ADMIN_USERNAME=admin
ADMIN_FULLNAME=Administrator
ADMIN_EMAIL=admin@localhost.fr
ADMIN_PASSWORD=admin1

SELENIUM_HOST=localhost
SELENIUM_PORT=4444
SELENIUM_BROWSER=*firefox

# Search, Artifact Management
SEARCH_BAD_ARTIFACT=asdf
# Existing Artifact
ARTIFACT_GROUPID=test
ARTIFACT_ARTIFACTID=test
ARTIFACT_VERSION=1.0
ARTIFACT_PACKAGING=jar
ARTIFACT_CLASSNAME=test.App

# Artifact for testing add artifact with valid values
VALIDARTIFACT_GROUPID=addArtifactValidValues
VALIDARTIFACT_ARTIFACTID=addArtifactValidValues-artifact

# Artifact for upload action in audit log report - MRM-1304
AUDITLOGARTIFACT_GROUPID=group.auditLogUpload
AUDITLOGARTIFACT_ARTIFACTID=auditLogUpload-artifact
AUDITLOG_EXPECTED_ARTIFACT=group/auditLogUpload/auditLogUpload-artifact/1.0/auditLogUpload-artifact-1.0.jar

# Reports
REPOSITORY_NAME=internal
START_DATE=05/01/2009
END_DATE=05/30/2009

# User Management
# For password and new password
USERROLE_EMAIL=admin@localhost
USERROLE_PASSWORD=password1
NEW_USERROLE_PASSWORD=password123

# Guest Role
GUEST_USERNAME=guest_user
GUEST_FULLNAME=Guest
# Registered User Role
REGISTERED_USERNAME=reg_user
REGISTERED_FULLNAME=Registered User
# System Administrator
SYSAD_USERNAME=sys_admin
SYSAD_FULLNAME=System Administrator
# User Administrator
USERADMIN_USERNAME=user_admin
USERADMIN_FULLNAME=User Administrator
# Global Repository Manager
GLOBALREPOMANAGER_USERNAME=globalrepo_manager
GLOBALREPOMANAGER_FULLNAME=Global Repository Manager
# Global Repository Observer
GLOBALREPOOBSERVER_USERNAME=globalrepo_observer
GLOBALREPOOBSERVER_FULLNAME=Global Repository Observer
# Repository Manager - internal
REPOMANAGER_INTERNAL_USERNAME=repomanager_internal
REPOMANAGER_INTERNAL_FULLNAME=Repository Manager - internal
# Repository Manager - snapshots
REPOMANAGER_SNAPSHOTS_USERNAME=repomanager_snapshots
REPOMANAGER_SNAPSHOTS_FULLNAME=Repository Manager - snapshots
# Repository Observer - internal
REPOOBSERVER_INTERNAL_USERNAME=repoobserver_internal
REPOOBSERVER_INTERNAL_FULLNAME=Repository Observer - internal
# Repository Observer - snapshots
REPOOBSERVER_SNAPSHOTS_USERNAME=repoobserver_snapshots
REPOOBSERVER_SNAPSHOTS_FULLNAME=Repository Observer - snapshots

# Add Artifact
GROUPID=test
ARTIFACTID=test
VERSION=1.0
PACKAGING=jar
ARTIFACTFILEPATH=test
REPOSITORYID=internal

GROUPID1=delete
ARTIFACTID1=delete
VERSION1=1.0
PACKAGING1=jar
ARTIFACTFILEPATH1=test
REPOSITORYID1=internal

GROUPID_DOTNETARTIFACT=dotNetTypes
ARTIFACTID_DOTNETARTIFACT=dotNetTypes
PACKAGING_DOTNETARTIFACT=library

SNAPSHOT_GROUPID=org.apache.archiva
SNAPSHOT_ARTIFACTID=archiva-test
SNAPSHOT_VERSION=1.0-SNAPSHOT
SNAPSHOT_PACKAGING=jar
SNAPSHOT_ARTIFACTFILEPATH=src/test/resources/snapshots/org/apache/maven/archiva/web/test/foo-bar/1.0-SNAPSHOT/foo-bar-1.0-SNAPSHOT.jar
SNAPSHOT_REPOSITORYID=snapshots

ADD_REMOVE_GROUPID=artifact.dummy
ADD_REMOVE_ARTIFACTID=artifact-dummy

# REPOSITORIES
# Manage Repositories
MANAGED_IDENTIFIER=testing1
MANAGED_NAME=Testing Managed Repository
MANAGED_DIRECTORY=
MANAGED_INDEX_DIRECTORY=
MANAGED_TYPE=
MANAGED_CRON=
MANAGED_REPOPURGE_DAYSOLDERTHAN=
MANAGED_REPOPURGE_RETENTIONCOUNT=

# Network Proxies
NETWORKPROXY_IDENTIFIER=networkproxytest
NETWORKPROXY_PROTOCOL=http
NETWORKPROXY_HOSTNAME=
NETWORKPROXY_PORT=8080
NETWORKPROXY_USERNAME=admin
NETWORKPROXY_PASSWORD=admin123

# Browse - MRM-1278 test
SNAPSHOTS_REPOSITORY=snapshots
RELEASES_REPOSITORY=releases