Commit Graph

17 Commits

Author SHA1 Message Date
Alexander Wels
f40c16b25b Randomize cdi namespace in tests.
Signed-off-by: Alexander Wels <awels@redhat.com>
2019-05-14 10:55:42 -04:00
Alexander Wels
6270b80b31 Update Datavolume status to include progress
Signed-off-by: Alexander Wels <awels@redhat.com>
2019-04-02 11:34:00 -04:00
tavni
d4c7b0be54 Adding support to import disk image into Block PV
Signed-off-by: tavni <tavni@redhat.com>
2019-03-28 11:43:56 +02:00
Michael Henriksen
08ce3ad394 https cert configuration 2019-03-05 18:15:33 -05:00
annastopel
b9edce9ef0 Import VM disk from ContainerDisk image 2019-02-12 21:11:39 +02:00
annastopel
cb80249a7f BugFix: cdi importer fails to import from registry when run in unpriviledged container 2019-02-06 21:17:57 +02:00
Michael Henriksen
5e2ed1b97b initial oerator implementation 2019-01-16 20:22:14 -05:00
annastopel
c33aacb813 test dataVolume with import from registry source
1. Add integration test between DataVolume and import from registry features
2. Add fix for OS environment: set max.user_namespaces for all cluster nodes
2019-01-10 14:14:52 +02:00
Michael Henriksen
85d76e0b08 rename datavolumecontroller to core 2019-01-08 15:52:41 -05:00
tavni
f4bb5e531e Adding more functional tests for blank-raw-image, PV allocation on specific
node and upload disk image features.

Signed-off-by: tavni <tavni@redhat.com>
2018-12-20 13:32:54 +02:00
Daniel Erez
a60c498da4 datavolume: remove a duplicate comment
Remove a duplicate comment from 'NewDataVolumeWithPVCImport' func.

Change-Id: I4ed96ce593303e40309a03dbed648979b66200a9
Signed-off-by: Daniel Erez <derez@redhat.com>
2018-11-24 19:31:49 +02:00
j-griffith
cd88a3d8b7 Check orphaned DataVolume PVCs for PODs
This change adds an extra check to deleted Data Volume PVCs and makes
sure that we explicitly delete any associated POD objects that they
owned regardless of their phase.

GH Issue #525
2018-11-17 09:46:26 -07: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
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
Jeff Vance
7f01fbf6c5 pr 'make format' (#442) 2018-09-07 07:21:52 -04:00
David Vossel
d84ba95e75 Clone functional tests for DataVolume (#384)
* Make generic function for populating and verifying pvc data

Signed-off-by: David Vossel <davidvossel@gmail.com>

* Add DataVolume PVC source functional tests

Signed-off-by: David Vossel <davidvossel@gmail.com>

* Make DataVolume PVC variable consistent with other sources

Signed-off-by: David Vossel <davidvossel@gmail.com>
2018-08-31 08:39:50 -04:00
David Vossel
d8588cb51d Initial DataVolume functional tests for import jobs (#328)
Signed-off-by: David Vossel <davidvossel@gmail.com>
2018-08-28 14:45:20 -04:00