This finishes up the last of the golint implementation, with the
addition of the cmd, tests and tools directories we are now running
golint tests on all of the current go source files in the project.
This change adds all the little fixes (mostly just commenting and
naming) and also enables the new diretories in the lint test that we
gate on.
- Updated glide dependencies.
- Fixed issue where if the qemu process was killed before all the output
was read it would not return everything to the calling function.
- Added PrintPodLog method to print out the pod log.
Signed-off-by: Alexander Wels <awels@redhat.com>
- Added randomized_namespace generation code, copied from PR #328 and
changed to use Namespace instead of strings.
Signed-off-by: Alexander Wels <awels@redhat.com>
- Added functional test framework similar to kubevirt one.
- Added basic sanity test to demonstrate framework.
- Updated some vendor packages.
Signed-off-by: Alexander Wels <awels@redhat.com>