If ocitools want to support different runtimes, there are two steps are needed.
- wrappers to CLI, thus, ocitools runtimetest can call the runtime with the uniform API.
- convert tools, similar to oci2aci.
we can disscuss the 1st in issuse "Initial code of runtimetest command #10".
And this topic talks about where to import convert tools, one way is to import convert tool as a subCommand of ocitools, like generate.
Anyway, ocitools is like a oci tool set now.