-
Notifications
You must be signed in to change notification settings - Fork 40
Sanity Testing
$ csm_test -f /opt/seagate/cortx/csm/test/test_data/args.yaml -t /opt/seagate/cortx/csm/test/plans/self_test.pln
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.
$ sh /opt/seagate/cortx/sspl/sspl_test/run_tests.sh
$ 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
TBD