diff --git a/software/caddy-frontend/test/test.py b/software/caddy-frontend/test/test.py index 1a154fc3cfc4970ebc166b6b705ecffa8d0ce8fd..19524ea8fffd197b8f17b878bfbc8f4013fa0129 100644 --- a/software/caddy-frontend/test/test.py +++ b/software/caddy-frontend/test/test.py @@ -1205,25 +1205,6 @@ http://apachecustomhttpsaccepted.example.com:%%(http_port)s { partition_path = self.getMasterPartitionPath() - self.assertEqual( - set([ - 'promise-monitor-httpd-is-process-older-than-dependency-set', - ]), - set(os.listdir(os.path.join(partition_path, 'etc', 'promise')))) - - self.assertEqual( - set([ - 'monitor-bootstrap-status.py', - 'check-free-disk-space.py', - 'monitor-http-frontend.py', - 'monitor-httpd-listening-on-tcp.py', - 'buildout-T-0-status.py', - '__init__.py', - ]), - set([ - q for q in os.listdir(os.path.join(partition_path, 'etc', 'plugin')) - if not q.endswith('.pyc')])) - # check that monitor cors domains are correctly setup by file presence, as # we trust monitor stack being tested in proper place and it is too hard # to have working monitor with local proxy