Skip to content

Commit

Permalink
test: migration test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Sep 16, 2020
1 parent 62ae190 commit e1dbe35
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions test/e2e/suite_test.go
Expand Up @@ -114,12 +114,6 @@ var _ = ginkgo.AfterSuite(func() {
// Default storage driver configuration is CSI. Freshly built
// CSI driver is installed for that case.
if testutil.IsRunningInProw() {
azurediskLog := testCmd{
command: "bash",
args: []string{"test/utils/azuredisk_log.sh"},
startLog: "===================azuredisk log===================",
endLog: "===================================================",
}
if isTestingMigration || isUsingInTreeVolumePlugin {
cmLog := testCmd{
command: "bash",
Expand All @@ -131,6 +125,13 @@ var _ = ginkgo.AfterSuite(func() {
}

if isTestingMigration || !isUsingInTreeVolumePlugin {
azurediskLog := testCmd{
command: "bash",
args: []string{"test/utils/azuredisk_log.sh"},
startLog: "===================azuredisk log===================",
endLog: "===================================================",
}

e2eTeardown := testCmd{
command: "make",
args: []string{"e2e-teardown"},
Expand Down

0 comments on commit e1dbe35

Please sign in to comment.