Actions
Pulp 3 Smoke Test Plan » History » Revision 6
« Previous |
Revision 6/12
(diff)
| Next »
pthomas@redhat.com, 08/31/2017 10:42 PM
Pulp 3.0 Smoke Test Plan¶
Verify that the following functionalities are working
Authentication
- Add a user
- View user(s)
- Update any user details
- Delete a user
Repository
- Create a repo
- Read a repo
- Update all mutable repo fields
- Delete a repo
- List all repos
# All fields are included
# Pagination is supported - List a repository's associated importers and publishers by type
# All fields are included
# Pagination is supported
Importer
- Create an importer
- Read an importer
- Update all mutable importer fields
- Delete an importer (asynchronous)
Publisher
- Create a publisher
- Read a publisher
- Update all mutable publisher fields
- Delete a publisher (asynchronous)
Tasks
- List all tasks
Filtering support on ['state', 'id', 'group']
This does not include associated progress reports
See a detail view for a specific task - All attributes of a task
All associated progress reports - Cancel a task
*Un Authenticated user
- View the status of Pulp workers, resource managers, and celerybeats.
- View the status of httpd's connection to the database and message broker.
Updated by pthomas@redhat.com over 7 years ago · 6 revisions