Skip to content

Commit

Permalink
Add a new method to kick-start iSCSI tests using go routines
Browse files Browse the repository at this point in the history
  • Loading branch information
payes committed Jul 29, 2017
1 parent a5d2539 commit ef0c042
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* linguist-vendored
*.go linguist-vendored=false
7 changes: 7 additions & 0 deletions e2e/scripts/iscsi-tests.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package main

import "fmt"

func main() {
fmt.Println("iSCSI test routines will kick-start from here.")
}

0 comments on commit ef0c042

Please sign in to comment.