check dnsbl after reboot

This commit is contained in:
Girish Ramakrishnan 2017-01-12 19:50:02 -08:00
parent 5b4460ebbe
commit 3e82ec8e33
1 changed files with 4 additions and 0 deletions

View File

@ -124,6 +124,10 @@ describe('Application flow test', function () {
cloudron.checkAddons(cloudron.appFqdn(location), owner);
});
it('can check dnsbl', function () {
cloudron.checkDnsbl(cloudron.appFqdn(location));
});
it('can access exposed port', function (done) {
checkExposedPort(5151, done);
});