Jake Callahan

Results 103 comments of Jake Callahan

@omkarkhatavkar I'm not saying we will lose coverage, I'm simply saying that it is possible if not handled correctly. Perhaps a standard of what can and cannot be passed over...

Minor correction. Most containers take around 0.5s to spin up :)

@omkarkhatavkar our current proposed design will allow for a couple of interfaces. Direct container instance: ```python my_host = Container(runtime="docker", image="ch-d", tag="rhel7") my_host.register(host="my.sat.host.com", ak="rhel7") assert "Current" in my_host.execute("subscription-manager status") my_host.delete() ```...

@omkarkhatavkar most of the work has been done, but there is still more ahead. Once we have tested everything and are confident in the state of things, then I'll submit...

That field could be expanded to either be a list or a dictionary of lists, then `align_to_xdist` could attempt to determine the server version and select the correct list from...

@sambible i'd recommend revisiting this after (or basing it off the changes introduced in) #9497

Once we agree on the new config structure, I'll submit an MR for the changes in CI

@synkd that is the case for traditional containers. However, these images circumvent that behavior in subscription-manager and are seen as actual content hosts.

This is still something that should be tested.