]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/mgr/mgr-dashboard-smoke.sh
import 15.2.0 Octopus source
[ceph.git] / ceph / src / test / mgr / mgr-dashboard-smoke.sh
index 582909a6ed545067b9c30a66706c9f429d07e499..3a4bbff3fe89a9daa4cfacf193c80219b12f1c69 100755 (executable)
@@ -51,7 +51,7 @@ function TEST_dashboard() {
         tries=$((tries+1))
         sleep 1
     done
-    ceph_adm tell mgr dashboard set-login-credentials admin admin
+    ceph_adm dashboard set-login-credentials admin admin
 
     tries=0
     while [[ $tries < 30 ]] ; do