Open cnotv opened 11 months ago
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.
Note - The tests would still need to run once in a single job, but not every time for every run
User creation has to be removed though, that's no test.
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.