Actions
Task #6883
closedInfrastructure - Task #6638: [Epic] Host fixtures docker container at https://fixtures.pulpproject.org
Have Robotello use fixtures from https://fixtures.pulpproject.org/ or a local container
Status:
CLOSED - COMPLETE
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
CI/CD
Sprint:
Quarter:
Updated by mshriver over 4 years ago
bmbouter, I can see the nginx welcome page on the https://fixtures.pulpproject.org/ domain, but I don't see any fixtures in the file path used in robottelo:
CUSTOM_FILE_REPO = 'https://repos.fedorapeople.org/repos/pulp/pulp/fixtures/file/'
Is there a change to the directory structure, or is my assumption that I would find the fixtures hosted here already a bad assumption?
Updated by daviddavis over 4 years ago
@mshriver the fixtures are at https://fixtures.pulpproject.org/fixtures/ which should correspond to https://repos.fedorapeople.org/repos/pulp/pulp/fixtures/. So this should work:
CUSTOM_FILE_REPO = 'https://fixtures.pulpproject.org/fixtures/file/'
Updated by daviddavis over 4 years ago
- Status changed from NEW to CLOSED - COMPLETE
Closing this out since QE now has a working PR open:
Actions