Skip to content

Commit

Permalink
More WIP TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Aug 25, 2020
1 parent 8ba1355 commit c875bed
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions internal/testrunner/runners/system/system.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,11 @@ func (r *runner) run() error {
}
}()

// TODO: add package to policy, enable datastream, and configure it
// TODO: build data stream config by taking appropriate vars sections from package manifest + dataset manifest,
// starting with defaults, then overridding with vars from {dataset}/_dev/test/system/vars.yml. See expected
// structure in im.AddPackageToPolicy method
// starting with defaults, then overridding with vars from {dataset}/_dev/test/system/vars.yml. Then treat result
// as go template and evaulate against ctxt. See expected final structure in im.AddPackageToPolicy method.

// TODO: add package/datastream config to policy (im.AddPackageToPolicy)

fmt.Println(policy)

Expand Down

0 comments on commit c875bed

Please sign in to comment.