rancher / dashboard

The Rancher UI
https://rancher.com
Apache License 2.0
462 stars 261 forks source link

Replace Rancher initialization using script over actual test #10096

Open cnotv opened 11 months ago

cnotv commented 11 months ago

Description

Replace use of tests for initialize Rancher to setup and create standard user. This should instead be handled as a script with API requests or flags on Docker command, if any.

Latest change related to parallelization: https://github.com/rancher/dashboard/issues/9243. This may be part of a group of scripts used for initialization, such like login.

richard-cox commented 11 months ago

Note - The tests would still need to run once in a single job, but not every time for every run

cnotv commented 11 months ago

User creation has to be removed though, that's no test.