Commit Graph

13 Commits

Author SHA1 Message Date
Alexander Wels
35da1c189b DataVolume api validation
Signed-off-by: Alexander Wels <awels@redhat.com>
2019-05-06 16:30:28 -04:00
Michael Henriksen
5a7858498a use port forwarding for upload tests instead of sshing to node01 2019-02-25 15:23:37 -05:00
Alexander Wels
029604a7d2 Fixes incorrect call of resize.
Signed-off-by: Alexander Wels <awels@redhat.com>
2018-11-26 11:44:43 -05:00
Alexander Wels
995ebf39e7 Increase e2e test timeouts.
Signed-off-by: Alexander Wels <awels@redhat.com>
2018-11-02 11:31:45 -04:00
j-griffith
537bcd02b0 Update unit and functional tests 2018-10-12 22:07:43 -06:00
j-griffith
0a84e2fa8c Add lint checks to remaining go src directories
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.
2018-09-29 08:35:21 -06:00
Alexander Wels
efae631d37 Try to debug the flaky http transport test.
- 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>
2018-09-28 14:54:43 -04:00
tavni
ce22c48834 CDI controller code dedupe
Signed-off-by: tavni <tavni@redhat.com>
2018-09-17 19:44:09 +03:00
Alexander Wels
01cfa85dd1 Configure STDCI
- Added oVirt STDCI configuration files.

Signed-off-by: Alexander Wels <awels@redhat.com>
2018-08-30 15:50:36 -04:00
Jeff Vance
4519a615e9 create common framework object (#349)
* 1st pass at framework object

* add debug

* review comments, flag defaults

* minor log cleanup

* clear ns slice

* installed-ns -> cdi-namespace
2018-08-17 17:07:15 -05:00
Alexander Wels
d834f8575a Add create/delete randomized_namespace (#336)
- 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>
2018-08-15 13:29:35 -07:00
Alexander Wels
2d1d7789ec Add CDI client getter (#337)
- Added code to get an instance of a CDI client, copied from PR #328

Signed-off-by: Alexander Wels <awels@redhat.com>
2018-08-15 08:45:46 -07:00
Alexander Wels
4ca250a167 funtional test framework (serial runs only)
- 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>
2018-08-08 13:08:26 -04:00