File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 95
95
"AdminEmail" :
" [email protected] " ,
96
96
"AdminUsername" : " sysadmin" ,
97
97
"AdminPassword" : " Sys@dmin-sample1" ,
98
- "LoadTestDownloadURL" : " https://github.com/mattermost/mattermost-load-test-ng/releases/download/v1.24.0-RC1 /mattermost-load-test-ng-v1.24.0-RC1 -linux-amd64.tar.gz" ,
98
+ "LoadTestDownloadURL" : " https://github.com/mattermost/mattermost-load-test-ng/releases/download/v1.24.0/mattermost-load-test-ng-v1.24.0-linux-amd64.tar.gz" ,
99
99
"LogSettings" : {
100
100
"EnableConsole" : true ,
101
101
"ConsoleLevel" : " INFO" ,
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ ClusterVpcID = ''
36
36
DBDumpURI = ' '
37
37
38
38
# Load test configuration
39
- LoadTestDownloadURL = ' https://github.com/mattermost/mattermost-load-test-ng/releases/download/v1.24.0-RC1 /mattermost-load-test-ng-v1.24.0-RC1 -linux-amd64.tar.gz'
39
+ LoadTestDownloadURL = ' https://github.com/mattermost/mattermost-load-test-ng/releases/download/v1.24.0/mattermost-load-test-ng-v1.24.0-linux-amd64.tar.gz'
40
40
SSHPublicKey = ' ~/.ssh/id_rsa.pub'
41
41
TerraformStateDir = ' /var/lib/mattermost-load-test-ng'
42
42
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ type Config struct {
85
85
// URL from where to download load-test-ng binaries and configuration files.
86
86
// The configuration files provided in the package will be overridden in
87
87
// the deployment process.
88
- LoadTestDownloadURL string `default:"https://github.com/mattermost/mattermost-load-test-ng/releases/download/v1.24.0-RC1 /mattermost-load-test-ng-v1.24.0-RC1 -linux-amd64.tar.gz" validate:"url"`
88
+ LoadTestDownloadURL string `default:"https://github.com/mattermost/mattermost-load-test-ng/releases/download/v1.24.0/mattermost-load-test-ng-v1.24.0-linux-amd64.tar.gz" validate:"url"`
89
89
ElasticSearchSettings ElasticSearchSettings
90
90
RedisSettings RedisSettings
91
91
JobServerSettings JobServerSettings
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ func TestConfigIsValid(t *testing.T) {
12
12
baseConfig := func () Config {
13
13
return Config {
14
14
MattermostDownloadURL : "https://latest.mattermost.com/mattermost-enterprise-linux" ,
15
- LoadTestDownloadURL : "https://github.com/mattermost/mattermost-load-test-ng/releases/download/v1.24.0-RC1 /mattermost-load-test-ng-v1.24.0-RC1 -linux-amd64.tar.gz" ,
15
+ LoadTestDownloadURL : "https://github.com/mattermost/mattermost-load-test-ng/releases/download/v1.24.0/mattermost-load-test-ng-v1.24.0-linux-amd64.tar.gz" ,
16
16
}
17
17
}
18
18
@@ -79,7 +79,7 @@ func TestValidateElasticSearchConfig(t *testing.T) {
79
79
ClusterVpcID : "vpc-01234567890abcdef" ,
80
80
ClusterName : "clustername" ,
81
81
MattermostDownloadURL : "https://latest.mattermost.com/mattermost-enterprise-linux" ,
82
- LoadTestDownloadURL : "https://github.com/mattermost/mattermost-load-test-ng/releases/download/v1.24.0-RC1 /mattermost-load-test-ng-v1.24.0-RC1 -linux-amd64.tar.gz" ,
82
+ LoadTestDownloadURL : "https://github.com/mattermost/mattermost-load-test-ng/releases/download/v1.24.0/mattermost-load-test-ng-v1.24.0-linux-amd64.tar.gz" ,
83
83
ElasticSearchSettings : ElasticSearchSettings {
84
84
InstanceCount : 1 ,
85
85
Version : "OpenSearch_2.7" ,
Original file line number Diff line number Diff line change 80
80
"AdminEmail" :
" [email protected] " ,
81
81
"AdminUsername" : " sysadmin" ,
82
82
"AdminPassword" : " Sys@dmin-sample1" ,
83
- "LoadTestDownloadURL" : " https://github.com/mattermost/mattermost-load-test-ng/releases/download/v1.24.0-RC1 /mattermost-load-test-ng-v1.24.0-RC1 -linux-amd64.tar.gz" ,
83
+ "LoadTestDownloadURL" : " https://github.com/mattermost/mattermost-load-test-ng/releases/download/v1.24.0/mattermost-load-test-ng-v1.24.0-linux-amd64.tar.gz" ,
84
84
"LogSettings" : {
85
85
"EnableConsole" : true ,
86
86
"ConsoleLevel" : " INFO" ,
You can’t perform that action at this time.
0 commit comments