revelations86
Member
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?
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 ?
ref; https://github.com/dashpay/sentinel#4-test-the-configuration
Sentinel Run Test Passed
./venv/bin/python bin/sentinel.py
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.
Can someone explain where this output comes from?
Code:Sentinel Run Test Passed
I think someone might have written tooling around the developer tests, which wasn't really the intent of the tests.
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
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.