-
Notifications
You must be signed in to change notification settings - Fork 160
Closed
Description
I have add the initial cod of runtimetest command, to replace runtime_test.sh.
Reference issuses:
Support test cases #7
Convert test_runtime.sh into a go program #8
Now, the result shows as below:
# ./ocitools runtimetest -r runc -o all
INFO[0001] successful Details:
INFO[0001] ===============================================================================================
INFO[0001]
BundleName:
process1
BundleDir:
bundles/process1
CaseArgs:
--args=./runtimetest --rootfs=rootfs --read-only=true
TestResult:
SUCCESS
INFO[0001]
BundleName:
hostname0
BundleDir:
bundles/hostname0
CaseArgs:
--args=./runtimetest --rootfs=rootfs --hostname=zenlin
TestResult:
SUCCESS
INFO[0001]
BundleName:
process0
BundleDir:
bundles/process0
CaseArgs:
--args=./runtimetest --rootfs=rootfs --read-only=false
TestResult:
SUCCESS
INFO[0001] failure Details:
INFO[0001] ===============================================================================================
INFO[0001] ===============================================================================================
INFO[0001] statistics: 3 bundles success, 0 bundles failedMy plan as below,
- Reach cases in cases.conf
- Support different runtime
what is your suggestion about this? @mrunalp
Metadata
Metadata
Assignees
Labels
No labels