Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add udf support #479

Merged
merged 34 commits into from
May 30, 2022
Merged

Add udf support #479

merged 34 commits into from
May 30, 2022

Conversation

vbauzys
Copy link
Contributor

@vbauzys vbauzys commented May 26, 2022

Ref: #474

  • Added changes to allow the upload of UDF format ISO files and test to validate that.

vbauzys and others added 30 commits August 25, 2020 08:55
Merge branch 'master' of github.com:vmware/go-vcloud-director
Merge branch 'master' of github.com:vmware/go-vcloud-director
Merge branch 'master' of github.com:vmware/go-vcloud-director
# Conflicts:
#	govcd/api.go
#	govcd/api_vcd_test.go
#	govcd/openapi_endpoints.go
#	types/v56/constants.go
#	types/v56/openapi.go
@vbauzys vbauzys removed the request for review from Didainius May 26, 2022 10:53
Copy link
Collaborator

@adambarreiro adambarreiro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UDF brings old memories of re-writable CDs, I almost forgot it existed! :)

Copy link
Collaborator

@lvirbalas lvirbalas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@vbauzys vbauzys requested review from lvirbalas, mikeletux, Didainius and adambarreiro and removed request for dataclouder May 30, 2022 08:51
@vbauzys vbauzys merged commit 42e2c44 into vmware:main May 30, 2022
@@ -963,3 +963,31 @@ func (vcd *TestVCD) Test_CatalogQueryMediaList(check *C) {
// Check that media name is what it should be
check.Assert(medias[0].Name, Equals, vcd.config.Media.Media)
}

// Tests System function UploadMediaImage by checking if provided UDF type standard iso file uploaded.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if provided UDF type standard iso file uploaded.

This part of the sentence doesn't make sense. Can you fix it on the way in some of your open PRs?

Copy link
Contributor Author

@vbauzys vbauzys Jun 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UDF type of ISO file uploaded sounds better?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We agreed on:

// Tests System function UploadMediaImage by using provided ISO file of UDF type.

While in commit:

// Tests System function UploadMediaImage by checking if provided ISO file of UDF type.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mikeletux updated his PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants