Skip to content

Commit

Permalink
remove ssh key
Browse files Browse the repository at this point in the history
  • Loading branch information
CecileRobertMichon committed Jan 10, 2018
1 parent ab10c05 commit 9041c1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/e2e/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package main
import (
"log"
"os"
"os/exec"
"os/signal"

"github.com/Azure/acs-engine/test/e2e/azure"
Expand Down Expand Up @@ -54,6 +55,8 @@ func main() {
if cfg.IsSoakTest {
rg := "acse-test-infrastructure-soak-" + cfg.Location
log.Printf("Deleting Group:%s\n", rg)
sshPath := "_output/" + rg + ".ssh"
out, err := exec.Command("rm", sshPath).CombinedOutput()
acct.DeleteGroup(rg, true)
}
cliProvisioner, err := runner.BuildCLIProvisioner(cfg, acct, pt)
Expand Down

0 comments on commit 9041c1a

Please sign in to comment.