Just upgraded to 0.12.1.4, and when I check the status it shows Sentinel Run Test Passed as No. What does this mean and how do I go about fixing it?
please tell more how did you run the test and about output of test ?Just upgraded to 0.12.1.4, and when I check the status it shows Sentinel Run Test Passed as No. What does this mean and how do I go about fixing it?
Getting the same thing from dashman status after upgrade just now. I tried running "./venv/bin/py.test ./test" from Chaeplin's suggestion link but don't have that directory anywhere.please tell more how did you run the test and about output of test ?
ref; https://github.com/dashpay/sentinel#4-test-the-configuration
Sentinel Run Test Passed
./venv/bin/python bin/sentinel.py
I don't know anything about how dashman does things, but if you follow the install instructions here you should have the directory, as the virtualenv command will create the directory.Getting the same thing from dashman status after upgrade just now. I tried running "./venv/bin/py.test ./test" from Chaeplin's suggestion link but don't have that directory anywhere.
from dashman : https://github.com/moocowmoo/dashmanCan someone explain where this output comes from?
I think someone might have written tooling around the developer tests, which wasn't really the intent of the tests.Code:Sentinel Run Test Passed
This command should either work, or display an error if sentinel can't connect:
Code:./venv/bin/python bin/sentinel.py
Ah, ok, thank you.from dashman : https://github.com/moocowmoo/dashman
this dir is a sub dir in the sentinel folder! I also think thats the solution to run it!I don't know anything about how dashman does things, but if you follow the install instructions here you should have the directory, as the virtualenv command will create the directory.