Skip to content

Commit

Permalink
remove dea code
Browse files Browse the repository at this point in the history
  • Loading branch information
qiankun.yqk committed Jan 11, 2017
1 parent 70bedd6 commit 300b89d
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions lib/command_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,10 @@ var _ = Suite(&OssutilCommandSuite{})

var (
// Update before running test
/* endpoint = "<testEndpoint>"
endpoint = "<testEndpoint>"
accessKeyID = "<testAccessKeyID>"
accessKeySecret = "<testAccessKeySecret>"
stsToken = "<testSTSToken>"*/

endpoint = "oss-cn-hangzhou.aliyuncs.com"
accessKeyID = "LTAIVRFd4lQkklQc"
accessKeySecret = "ytTC2LJpgFPkM1TvoTLm6TxmFApD13"
stsToken = "<testSTSToken>"

)

var (
Expand All @@ -55,7 +49,7 @@ var (
)

var (
/* bucketNamePrefix = "ossutil-test-"
bucketNamePrefix = "ossutil-test-"
bucketNameExist = "nodelete-ossutil-test-normalcase1"
bucketNameDest = "nodelete-ossutil-test-dest" // bucket not change acl
bucketNameCP = "nodelete-ossutil-test-cp"
Expand All @@ -67,20 +61,6 @@ var (
bucketNameMB = "nodelete-ossutil-test-mb" // bucket with at most one object
bucketNameList = "nodelete-ossutil-test-list" // bucket with at most one object
bucketNameNotExist = bucketNamePrefix + "notexistbucket" // bucket not exist
*/
bucketNamePrefix = "yueqiankun-ossutil-test"
bucketNameExist = "yueqiankun-ossutil-test"
bucketNameDest = "yueqiankun-ossutil-desc-test" // bucket not change acl
bucketNameCP = "yueqiankun-ossutil-test"
bucketNameBCP = "yueqiankun-ossutil-test"
bucketNameSetMeta = "yueqiankun-ossutil-test"
bucketNameSetMeta1 = "yueqiankun-ossutil-test"
bucketNameSetACL = "yueqiankun-ossutil-test"
bucketNameSetACL1 = "yueqiankun-ossutil-test"
bucketNameMB = "yueqiankun-ossutil-test" // bucket with at most one object
bucketNameList = "yueqiankun-ossutil-test" // bucket with at most one object
bucketNameNotExist = bucketNamePrefix + "notexistbucket" // bucket not exist

)

// Run once when the suite starts running
Expand Down

0 comments on commit 300b89d

Please sign in to comment.