Ben Hood 10 anni fa
parent
commit
a571d8b03c
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      integration.sh

+ 0 - 2
integration.sh

@@ -53,9 +53,7 @@ function run_tests() {
 
 	if [ "$auth" = true ]
 	then
-    	ccm node1 cqlsh --version
     	sleep 30s
-		echo "list users;" | SSL_VALIDATE=false SSL_CERTFILE=$keypath/cassandra.crt ccm node1 cqlsh --ssl -u cassandra -p cassandra
     	go test -v . -timeout 15s -run=TestAuthentication -tags integration -runssl -runauth -proto=$proto -cluster=$(ccm liveset) -clusterSize=$clusterSize -autowait=1000ms
 	else