check dnsbl after reboot
This commit is contained in:
parent
5b4460ebbe
commit
3e82ec8e33
@ -124,6 +124,10 @@ describe('Application flow test', function () {
|
|||||||
cloudron.checkAddons(cloudron.appFqdn(location), owner);
|
cloudron.checkAddons(cloudron.appFqdn(location), owner);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
it('can check dnsbl', function () {
|
||||||
|
cloudron.checkDnsbl(cloudron.appFqdn(location));
|
||||||
|
});
|
||||||
|
|
||||||
it('can access exposed port', function (done) {
|
it('can access exposed port', function (done) {
|
||||||
checkExposedPort(5151, done);
|
checkExposedPort(5151, done);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user