Exemple #1
0
 def test_heatmap(self):
     """
         Just retrieve the content and check if nothing breaks
     """
     test_admin_secure(self, 'hourly_load')
Exemple #2
0
 def test_overview(self):
     """
         Just retrieve the content and check if nothing breaks
     """
     test_admin_secure(self, 'overview')
Exemple #3
0
 def test_version_usage(self):
     """
         Just retrieve the content and check if nothing breaks
     """
     test_admin_secure(self, 'version_usage')
Exemple #4
0
 def test_test_result(self):
     """
         Just retrieve the content and check if nothing breaks
     """
     add_fake_test_runs()
     test_admin_secure(self, 'testmonitor/{}'.format(NAME))
Exemple #5
0
 def test_build_performance_endpoints(self):
     """
         Just retrieve the content and check if nothing breaks
     """
     add_fake_test_runs()
     test_admin_secure(self, 'testmonitor/endpoint_build_performance')
 def test_configuration(self):
     """
         Just retrieve the content and check if nothing breaks
     """
     test_admin_secure(self, 'configuration')
Exemple #7
0
 def test_export_data(self):
     """
         Just retrieve the content and check if nothing breaks
     """
     test_admin_secure(self, 'view-csv')
 def test_result_time_per_version(self):
     """
         Just retrieve the content and check if nothing breaks
     """
     test_admin_secure(self, 'endpoint/{}/versions'.format(ENDPOINT_ID))
 def test_result_outliers(self):
     """
         Just retrieve the content and check if nothing breaks
     """
     test_admin_secure(self, 'endpoint/{}/outliers'.format(ENDPOINT_ID))
 def test_endpoint_test_details(self):
     test_admin_secure(self, 'testmonitor/{}'.format(NAME))
 def test_result_heatmap(self):
     """
         Just retrieve the content and check if nothing breaks
     """
     test_admin_secure(self, 'endpoint/{}/hourly_load'.format(ENDPOINT_ID))
 def test_testmonitor(self):
     test_admin_secure(self, 'testmonitor')
 def test_endpoint_build_performance(self):
     test_admin_secure(self, 'endpoint_build_performance')
 def test_build_performance(self):
     test_admin_secure(self, 'test_build_performance')
Exemple #15
0
 def test_page_number_of_requests_per_endpoint(self):
     """
         Just retrieve the content and check if nothing breaks
     """
     test_admin_secure(self, 'requests')
 def test_grouped_profiler(self):
     """
         Just retrieve the content and check if nothing breaks
     """
     test_admin_secure(self,
                       'endpoint/{}/grouped-profiler'.format(ENDPOINT_ID))
Exemple #17
0
 def test_page_boxplot_per_endpoint(self):
     """
         Just retrieve the content and check if nothing breaks
     """
     test_admin_secure(self, 'endpoints')
 def test_download_outliers(self):
     """
         Just retrieve the content and check if nothing breaks
     """
     test_admin_secure(self, 'download-outliers')
 def test_rules(self):
     """
         Just retrieve the content and check if nothing breaks
     """
     test_admin_secure(self, 'rules')
Exemple #20
0
 def test_download_csv(self):
     """
         Just retrieve the content and check if nothing breaks
     """
     test_admin_secure(self, 'download-csv')