コード例 #1
0
 def test_heatmap(self):
     """
         Just retrieve the content and check if nothing breaks
     """
     test_admin_secure(self, 'hourly_load')
コード例 #2
0
 def test_overview(self):
     """
         Just retrieve the content and check if nothing breaks
     """
     test_admin_secure(self, 'overview')
コード例 #3
0
 def test_version_usage(self):
     """
         Just retrieve the content and check if nothing breaks
     """
     test_admin_secure(self, 'version_usage')
コード例 #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))
コード例 #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')
コード例 #6
0
 def test_configuration(self):
     """
         Just retrieve the content and check if nothing breaks
     """
     test_admin_secure(self, 'configuration')
コード例 #7
0
 def test_export_data(self):
     """
         Just retrieve the content and check if nothing breaks
     """
     test_admin_secure(self, 'view-csv')
コード例 #8
0
 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))
コード例 #9
0
 def test_result_outliers(self):
     """
         Just retrieve the content and check if nothing breaks
     """
     test_admin_secure(self, 'endpoint/{}/outliers'.format(ENDPOINT_ID))
コード例 #10
0
 def test_endpoint_test_details(self):
     test_admin_secure(self, 'testmonitor/{}'.format(NAME))
コード例 #11
0
 def test_result_heatmap(self):
     """
         Just retrieve the content and check if nothing breaks
     """
     test_admin_secure(self, 'endpoint/{}/hourly_load'.format(ENDPOINT_ID))
コード例 #12
0
 def test_testmonitor(self):
     test_admin_secure(self, 'testmonitor')
コード例 #13
0
 def test_endpoint_build_performance(self):
     test_admin_secure(self, 'endpoint_build_performance')
コード例 #14
0
 def test_build_performance(self):
     test_admin_secure(self, 'test_build_performance')
コード例 #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')
コード例 #16
0
 def test_grouped_profiler(self):
     """
         Just retrieve the content and check if nothing breaks
     """
     test_admin_secure(self,
                       'endpoint/{}/grouped-profiler'.format(ENDPOINT_ID))
コード例 #17
0
 def test_page_boxplot_per_endpoint(self):
     """
         Just retrieve the content and check if nothing breaks
     """
     test_admin_secure(self, 'endpoints')
コード例 #18
0
 def test_download_outliers(self):
     """
         Just retrieve the content and check if nothing breaks
     """
     test_admin_secure(self, 'download-outliers')
コード例 #19
0
 def test_rules(self):
     """
         Just retrieve the content and check if nothing breaks
     """
     test_admin_secure(self, 'rules')
コード例 #20
0
 def test_download_csv(self):
     """
         Just retrieve the content and check if nothing breaks
     """
     test_admin_secure(self, 'download-csv')