|
93 | 93 | ` |
94 | 94 | }) |
95 | 95 | Context("Provider is gcp", func() { |
96 | | - It("provider is gcp", func() { |
| 96 | + It("returns commands with gcs rclone config", func() { |
97 | 97 | csp := &GCPCloudStorageProvider{providerName: provider} |
98 | 98 | Expect(csp.GetGatlingTransferResultCommand(resultsDirectoryPath, region, storagePath)).To(Equal(expectedValue)) |
99 | 99 | }) |
@@ -121,7 +121,7 @@ rclone copy testStoragePath ${GATLING_AGGREGATE_DIR} |
121 | 121 | ` |
122 | 122 | }) |
123 | 123 | Context("Provider is gcp", func() { |
124 | | - It("provider is gcp", func() { |
| 124 | + It("returns commands with gcs rclone config", func() { |
125 | 125 | gcp := &GCPCloudStorageProvider{providerName: provider} |
126 | 126 | Expect(gcp.GetGatlingAggregateResultCommand(resultsDirectoryPath, region, storagePath)).To(Equal(expectedValue)) |
127 | 127 | }) |
@@ -149,7 +149,7 @@ rclone copy ${GATLING_AGGREGATE_DIR} --exclude "*.log" testStoragePath |
149 | 149 | ` |
150 | 150 | }) |
151 | 151 | Context("Provider is gcp", func() { |
152 | | - It("provider is gcp", func() { |
| 152 | + It("returns commands with gcs rclone config", func() { |
153 | 153 | gcp := &GCPCloudStorageProvider{providerName: provider} |
154 | 154 | Expect(gcp.GetGatlingTransferReportCommand(resultsDirectoryPath, region, storagePath)).To(Equal(expectedValue)) |
155 | 155 | }) |
|
0 commit comments