-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add initial version of runtimetest command: #9
Conversation
Needs rebase. (On my review list). |
acb0c2e
to
5290838
Compare
@mrunalp Any review comments plz let me know, thx. |
5c6d742
to
4a6f739
Compare
4a6f739
to
acc1da1
Compare
Signed-off-by: linzhinan(zen Lin) <[email protected]>
Signed-off-by: linzhinan(zen Lin) <[email protected]>
@liangchenye I have already reabased the PR. |
count := 0 | ||
|
||
for { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unnecessary empty line here.
@mrunalp Thanks very much, I have reviewed it myself and also fixed the format problems you pointed out. |
Signed-off-by: linzhinan(zen Lin) <[email protected]>
4bb50c9
to
5e909b5
Compare
Signed-off-by: linzhinan(zen Lin) <[email protected]>
Signed-off-by: linzhinan(zen Lin) <[email protected]>
Signed-off-by: linzhinan(zen Lin) <[email protected]>
Looks good, I have three suggestions:
|
These slipped through e41ffc1 (Use RFC 2119's keywords (MUST, MAY, ...), 2015-12-02, opencontainers#9). Signed-off-by: W. Trevor King <[email protected]>
Close now that #336 has landed? |
as #336 landed, close this |
Add initial version of runtimetest command:
add unit and config for managing cases;
replace runtime_test.sh to golang realization;
Signed-off-by: zen Lin(Lin Zhinan) [email protected]