litmuschaos/litmus

Add integration tests for litmusctl(CLI)

Open

#3,264 opened on Oct 7, 2021

View on GitHub
 (5 comments) (0 reactions) (1 assignee)HTML (574 forks)batch import
Hacktoberfesthacktoberfest-accepted

Repository metrics

Stars
 (3,702 stars)
PR merge metrics
 (Avg merge 42d 14h) (20 merged PRs in 30d)

Description

Following are the test scenarios that need to be added in litmusctl.

  1. Install chaos center, configure an account and check the accessibility by retrieving the list project(litmusctl get project)
  2. Install chaos center and create a project
  3. Install chaos center and connect an agent

Please take more references from minikube integration tests for flow- https://github.com/kubernetes/minikube/tree/master/test/integration

Repo- https://github.com/litmuschaos/litmusctl

Contributor guide