Skip to content

Commit

Permalink
Merge pull request #152 from seokho-son/dev
Browse files Browse the repository at this point in the history
Arrange test script files
  • Loading branch information
jihoon-seo authored May 19, 2020
2 parents 6fbad8d + fba0b0a commit 6b29653
Show file tree
Hide file tree
Showing 70 changed files with 11 additions and 10 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ require (
github.com/snowzach/rotatefilehook v0.0.0-20180327172521-2f64f265f58c // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.7.0
github.com/stretchr/objx v0.1.1 // indirect
github.com/valyala/fasttemplate v1.1.0 // indirect
github.com/xujiajun/nutsdb v0.5.1-0.20200320023740-0cc84000d103 // indirect
go.etcd.io/etcd v3.3.21+incompatible // indirect
Expand Down
2 changes: 1 addition & 1 deletion src/mcism.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func main() {
//masterConfigInfos = confighandler.GetMasterConfigInfos()

//Ticker for MCIS status validation
validationDuration := 2000 //ms
validationDuration := 60000 //ms
ticker := time.NewTicker( time.Millisecond * time.Duration(validationDuration) )
go func() {
for t := range ticker.C {
Expand Down
6 changes: 0 additions & 6 deletions test/2020-04-29/prettify-json.sh

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
### CSP credential info for auto testing
### CSP credentials for auto testing


## AWS
ProviderName[1]=AWS
DriverLibFileName[1]=aws-driver-v1.0.so
DriverName[1]=aws-driver01

CredentialName[1]=aws-credential01

CredentialKey01[1]=ClientId
#Fill in {YOUR-AWS-Credentidal-ID} Ex:SFLEKJEFLJIEIVJOLJSEOIV
CredentialVal01[1]=#YOUR-AWS-Credentidal-ID
Expand All @@ -14,15 +16,19 @@ CredentialKey02[1]=ClientSecret
CredentialVal02[1]=#YOUR-AWS-Credentidal-Secret

RegionName[1]=aws-region01

RegionKey01[1]=Region
RegionVal01[1]=us-east-1



## Azure
ProviderName[2]=AZURE
DriverLibFileName[2]=azure-driver-v1.0.so
DriverName[2]=azure-driver01

CredentialName[2]=azure-credential01

CredentialKey01[2]=ClientId
#Fill in {YOUR-AZURE-Credentidal-ClientId} Ex:2157868b-4c35-4bak-a23c-ckf05a54a824
CredentialVal01[2]=#YOUR-AZURE-Credentidal-ClientId
Expand All @@ -37,11 +43,14 @@ CredentialKey04[2]=SubscriptionId
CredentialVal04[2]=#YOUR-AZURE-Credentidal-SubscriptionId

RegionName[2]=azure-region01

RegionKey01[2]=location
RegionVal01[2]=northeurope
RegionKey02[2]=ResourceGroup
RegionVal02[2]=etri-tester-rg



## GCP
ProviderName[3]=GCP
DriverLibFileName[3]=gcp-driver-v1.0.so
Expand All @@ -65,6 +74,5 @@ RegionName[3]=gcp-region01

RegionKey01[3]=Region
RegionVal01[3]=asia-east1

RegionKey02[3]=Zone
RegionVal02[3]=asia-east1-a
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6b29653

Please sign in to comment.