Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Sanity Testing

Yashodhan Pise edited this page Jan 20, 2021 · 82 revisions

Sanity Testing

CSM Sanity Testing

$ csm_test -f /opt/seagate/cortx/csm/test/test_data/args.yaml -t /opt/seagate/cortx/csm/test/plans/self_test.pln

Check this url in Browser:

https://sm27-r22.pun.seagate.com:28100/#/login
https://<ip>:28100/#/preboarding/welcome
NOTE: Replace the sm27-r22.pun with your hostname in the url above.

SSPL Sanity Testing

$ sh /opt/seagate/cortx/sspl/sspl_test/run_tests.sh

S3 Sanity Testing

$ salt 'srvnode-1' state.apply components.s3clients

As Per the changes to remove s3 hostname entries in /etc/host. s3-sanity script has been modified to take a endpoint as a parameter. if sanity is to be executed on the s3server node, just pass 127.0.0.1 as a endpoint like

    ./s3-sanity-test.sh -e 127.0.0.1

In case of remote execution specify hostname you want to point to as a parameter. make sure you make that entry in /etc/host.

$ /opt/seagate/cortx/s3/scripts/s3-sanity-test.sh

Mero & Halon Sanity testing

TBD

Clone this wiki locally