Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

[WIP] Add tests for EC2ImageUploader #78

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

sayanchowdhury
Copy link
Contributor

No description provided.

@sayanchowdhury sayanchowdhury force-pushed the feature/add-tests-in-fedimg branch from e6ab72c to 800c65a Compare April 9, 2018 08:40
image_id,
delete_snapshot=delete_snapshot
)
# self._connect().deregister_image(
Copy link
Contributor

Choose a reason for hiding this comment

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

Please delete this code rather than leaving it commented out. We can always find it in git's history.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes! I added the WIP tag to this PR. I need to do a few more changes to this PR

@@ -200,7 +202,8 @@ def _register_image(self, snapshot):
virtualization_type=self.image_virtualization_type,
architecture=self.image_architecture,
block_device_mapping=block_device_map,
root_device_name=root_device_name
root_device_name=root_device_name,
ena_support=True
Copy link
Contributor

Choose a reason for hiding this comment

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

I believe my previous comment here still applies.

@sayanchowdhury sayanchowdhury changed the title Add tests for EC2ImageUploader [WIP] Add tests for EC2ImageUploader Apr 11, 2018
@sayanchowdhury sayanchowdhury force-pushed the feature/add-tests-in-fedimg branch from 48879d5 to 5e1c9f1 Compare May 2, 2018 13:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants