Uh oh!
There was an error while loading. Please reload this page.
[WIP] update initruntimetest by linzhinan - #61
Conversation
Signed-off-by: linzhinan(zen Lin) <linzhinan@huawei.com>
liangchenye
commented
May 9, 2016
any suggestions on state test and lifecirle test? @zenlinTechnofreak |
| "strings" | ||
| "github.com/Sirupsen/logrus" | ||
| "github.com/opencontainers/ocitools/config" |
There was a problem hiding this comment.
Travis doesn't like this import, and you don't seem to use config.… in unit.go anyway, so you can probably drop this line.
There was a problem hiding this comment.
Ah, you dropped the config package in cb986be and just forgot this line.
There was a problem hiding this comment.
Thanks for correction, I'll change that add post a working version.
wking
commented
May 9, 2016
There was some consensus in #47 about making runtime testing a |
Signed-off-by: linzhinan(zen lin) <linzhinan@huawei.com>
d59e6a4 to
9c08ae3CompareSigned-off-by: liang chenye <liangchenye@huawei.com>
6930018 to
ad60254CompareThe purpose of using golang in runtime test (or runtime certification) is we need to test more cases. |
wking
commented
May 10, 2016
On Tue, May 10, 2016 at 07:16:54AM -0700, 梁辰晔 (Liang Chenye) wrote:
I'm not recommending a single command-line script, I'm recommending |
Signed-off-by: liang chenye <liangchenye@huawei.com>
ad60254 to
712c420CompareSigned-off-by: liang chenye <liangchenye@huawei.com>
64bc2e1 to
3c7a49eCompareSigned-off-by: liang chenye <liangchenye@huawei.com>
wking
commented
Jul 26, 2016
It seems like the resistance to using bats, sharness, Python (#98), I'm not excited about writing and maintaining our own Go test harness, |
Mashimiao
commented
Aug 17, 2016
any updates? |
liangchenye
commented
Nov 22, 2016
Close and split it into small issues/PRs. |
This pr is still under development.
Since we have 'state' and 'lifecircle' defined now (comparing to zhinan's previous PR #9)
This PR not only test the main configs (verified by cmd/runtimetest), but also test the state and life circle.