harbor/tests/testcases/Group2-image-management/2-03-DB-user-push-multiple-projects.md
Josh Soref dfe360040b Spelling
* addition
* attribute
* auditing
* availability
* available
* bandwidth
* browser
* business
* cadence
* chartmuseum
* client
* column
* content
* demonstrate
* described
* endpoints
* facilitate
* github
* harbor
* information
* instance
* manual
* meaningful
* operation
* overridden
* password
* possible
* project
* refactor
* replication
* requires
* running
* scanned
* settings
* signup
* those
* unsigned
* vulnerability

--
Also removes trailing space from a filename

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2021-02-19 11:59:15 +08:00

1.0 KiB

Test 2-03 - User Create Multiple Projects (DB Mode)

Purpose:

To verify that a non-admin user can create multiple projects when users are managed locally by Harbor (DB mode).

References:

User guide

Environment:

  • This test requires that a Harbor instance is running and available.
  • Harbor is set to authenticate against a local database. ( auth_mode is set to db_auth .) The user data is stored in a local database.
  • A linux host with Docker CLI installed (Docker client).
  • At least a non-admin user.

Test Steps:

NOTE:
In below test, user A is non-admin user. User A should be replaced by a longer and meaningful name.

  1. Log in to UI as user A (non-admin).
  2. Create 16 or more projects so that the pagination control has multiple pages.
  3. Go through multiple pages of the list and click on a few projects to see if pagination work properly.
  4. Search projects with keywords to see if the list and pagination update accordingly.

Expected Outcome:

  • As described in step 3-4.

Possible Problems:

None