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>
16 lines
334 B
YAML
16 lines
334 B
YAML
apiVersion: v1
|
|
contexts:
|
|
- context:
|
|
cluster: kubernetes
|
|
user: kubernetes-admin
|
|
name: kubernetes-admin@kubernetes
|
|
current-context: kubernetes-admin@kubernetes
|
|
kind: Config
|
|
preferences: {}
|
|
users:
|
|
- name: kubernetes-admin
|
|
user:
|
|
client-certificate-data: REDACTED
|
|
client-key-data: REDACTED
|
|
token: "{{token_value}}"
|