Skip to content

Commit

Permalink
Updates extensions for the example scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
srm09 committed Aug 6, 2020
1 parent 9019b08 commit c342713
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 6 additions & 6 deletions exec/executor_test.go
Expand Up @@ -80,17 +80,17 @@ func TestKindScript(t *testing.T) {
}{
//{
// name: "api objects",
// scriptPath: "../examples/kind-api-objects.star",
// scriptPath: "../examples/kind-api-objects.crsh",
// args: ArgMap{"kubecfg": getTestKubeConf()},
//},
//{
// name: "pod logs",
// scriptPath: "../examples/pod-logs.star",
// scriptPath: "../examples/pod-logs.crsh",
// args: ArgMap{"kubecfg": getTestKubeConf()},
//},
//{
// name: "script with args",
// scriptPath: "../examples/script-args.star",
// scriptPath: "../examples/script-args.crsh",
// args: ArgMap{
// "workdir": "/tmp/crashargs",
// "kubecfg": getTestKubeConf(),
Expand All @@ -99,12 +99,12 @@ func TestKindScript(t *testing.T) {
//},
//{
// name: "host-list provider",
// scriptPath: "../examples/host-list-provider.star",
// scriptPath: "../examples/host-list-provider.crsh",
// args: ArgMap{"kubecfg": getTestKubeConf(), "ssh_port": testSSHPort},
//},
{
name: "kube-nodes provider",
scriptPath: "../examples/kube-nodes-provider.star",
scriptPath: "../examples/kube-nodes-provider.crsh",
args: ArgMap{
"kubecfg": getTestKubeConf(),
"ssh_port": testSSHPort,
Expand All @@ -114,7 +114,7 @@ func TestKindScript(t *testing.T) {
},
//{
// name: "kind-capi-bootstrap",
// scriptPath: "../examples/kind-capi-bootstrap.star",
// scriptPath: "../examples/kind-capi-bootstrap.crsh",
// args: ArgMap{"cluster_name": testClusterName},
//},
}
Expand Down

0 comments on commit c342713

Please sign in to comment.