Added the remaining test steps for the newe automated TC:
Step 5: Navigate to K8s dashboard login page
- Get the k8s dashboard URL.
- Open the k8s dashboard login page.
- Login to the dashboard using the token.
Step 6 : Logout from the dashboard
- Logout from the dashboard
Step 7 : Login to the dashboard using kubeconfig file
- Update the token in the kubeconfig file
- Open the k8s dashboard login page.
- Login to the dashboard using the kubeconfig file.
Change-Id: Id3d68c4d3ec41c8ea108a7744494f81fad1e0691
Signed-off-by: Gabriel Calixto <Gabriel.CalixtodePaula@windriver.com>
5 lines
141 B
Plaintext
5 lines
141 B
Plaintext
{
|
|
// KUBECONFIG environment variable on the cloud_platform system.
|
|
"kubeconfig": "/etc/kubernetes/admin.conf",
|
|
"dashboard_port": "30000"
|
|
} |