Skip to content

Commit

Permalink
Fixes to allow tests to work
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostofGoes committed Feb 13, 2017
1 parent 7d5cdfb commit a8a2b5e
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 3 deletions.
9 changes: 9 additions & 0 deletions automation/infra.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
platform: "vmware vsphere"
server-hostname: "192.168.0.20"
server-port: 443
login-file: "users.json"
datacenter: "Datacenter"
datastore: "Datastore"
template-folder: "Templates"
...
3 changes: 3 additions & 0 deletions automation/users.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"test-user": "dumb12345"
}
2 changes: 1 addition & 1 deletion examples/competition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
description: "The competition scenario environment that students will use to compete"
date-created: "2016-11-01"
version: "0.4.0"
infrastructure-config-file: "vsphere.yaml"
infrastructure-config-file: "infra.yaml"
root-path: "PRCCDC"

groups:
Expand Down
2 changes: 1 addition & 1 deletion examples/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
description: "Testbed for collectiton of realistic network data for Network Security Visualization research"
date-created: "2016-02-10"
version: "0.1.0"
infrastructure-config-file: "vsphere.yaml"
infrastructure-config-file: "infra.yaml"

groups:
Researchers:
Expand Down
2 changes: 1 addition & 1 deletion examples/tutorial.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
class: "Applied Security Concepts"
date-created: "2016-11-06"
version: "0.4.0"
infrastructure-config-file: "vsphere.yaml"
infrastructure-config-file: "infra.yaml"
root-path: "CS-439/TR-01" # CS 439, Tutorial Round 01

groups:
Expand Down
9 changes: 9 additions & 0 deletions infra.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
platform: "vmware vsphere"
server-hostname: "192.168.0.20"
server-port: 443
login-file: "users.json"
datacenter: "datacenter"
datastore: "Datastore"
template-folder: "Templates"
...
3 changes: 3 additions & 0 deletions users.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"test-user": "dumb12345"
}

0 comments on commit a8a2b5e

Please sign in to comment.