mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 15:27:47 -02:30
Add HostMetrics routes to the test
This commit is contained in:
committed by
John Westcott IV
parent
8d46d32944
commit
9135ff2f77
@@ -29,6 +29,7 @@ describe('getRouteConfig', () => {
|
|||||||
'/schedules',
|
'/schedules',
|
||||||
'/activity_stream',
|
'/activity_stream',
|
||||||
'/workflow_approvals',
|
'/workflow_approvals',
|
||||||
|
'/host_metrics',
|
||||||
'/templates',
|
'/templates',
|
||||||
'/credentials',
|
'/credentials',
|
||||||
'/projects',
|
'/projects',
|
||||||
@@ -58,6 +59,7 @@ describe('getRouteConfig', () => {
|
|||||||
'/schedules',
|
'/schedules',
|
||||||
'/activity_stream',
|
'/activity_stream',
|
||||||
'/workflow_approvals',
|
'/workflow_approvals',
|
||||||
|
'/host_metrics',
|
||||||
'/templates',
|
'/templates',
|
||||||
'/credentials',
|
'/credentials',
|
||||||
'/projects',
|
'/projects',
|
||||||
@@ -87,6 +89,7 @@ describe('getRouteConfig', () => {
|
|||||||
'/schedules',
|
'/schedules',
|
||||||
'/activity_stream',
|
'/activity_stream',
|
||||||
'/workflow_approvals',
|
'/workflow_approvals',
|
||||||
|
'/host_metrics',
|
||||||
'/templates',
|
'/templates',
|
||||||
'/credentials',
|
'/credentials',
|
||||||
'/projects',
|
'/projects',
|
||||||
@@ -117,6 +120,7 @@ describe('getRouteConfig', () => {
|
|||||||
'/schedules',
|
'/schedules',
|
||||||
'/activity_stream',
|
'/activity_stream',
|
||||||
'/workflow_approvals',
|
'/workflow_approvals',
|
||||||
|
'/host_metrics',
|
||||||
'/templates',
|
'/templates',
|
||||||
'/credentials',
|
'/credentials',
|
||||||
'/projects',
|
'/projects',
|
||||||
@@ -142,6 +146,7 @@ describe('getRouteConfig', () => {
|
|||||||
'/schedules',
|
'/schedules',
|
||||||
'/activity_stream',
|
'/activity_stream',
|
||||||
'/workflow_approvals',
|
'/workflow_approvals',
|
||||||
|
'/host_metrics',
|
||||||
'/templates',
|
'/templates',
|
||||||
'/credentials',
|
'/credentials',
|
||||||
'/projects',
|
'/projects',
|
||||||
@@ -166,6 +171,7 @@ describe('getRouteConfig', () => {
|
|||||||
'/schedules',
|
'/schedules',
|
||||||
'/activity_stream',
|
'/activity_stream',
|
||||||
'/workflow_approvals',
|
'/workflow_approvals',
|
||||||
|
'/host_metrics',
|
||||||
'/templates',
|
'/templates',
|
||||||
'/credentials',
|
'/credentials',
|
||||||
'/projects',
|
'/projects',
|
||||||
@@ -194,6 +200,7 @@ describe('getRouteConfig', () => {
|
|||||||
'/schedules',
|
'/schedules',
|
||||||
'/activity_stream',
|
'/activity_stream',
|
||||||
'/workflow_approvals',
|
'/workflow_approvals',
|
||||||
|
'/host_metrics',
|
||||||
'/templates',
|
'/templates',
|
||||||
'/credentials',
|
'/credentials',
|
||||||
'/projects',
|
'/projects',
|
||||||
@@ -223,6 +230,7 @@ describe('getRouteConfig', () => {
|
|||||||
'/schedules',
|
'/schedules',
|
||||||
'/activity_stream',
|
'/activity_stream',
|
||||||
'/workflow_approvals',
|
'/workflow_approvals',
|
||||||
|
'/host_metrics',
|
||||||
'/templates',
|
'/templates',
|
||||||
'/credentials',
|
'/credentials',
|
||||||
'/projects',
|
'/projects',
|
||||||
@@ -254,6 +262,7 @@ describe('getRouteConfig', () => {
|
|||||||
'/schedules',
|
'/schedules',
|
||||||
'/activity_stream',
|
'/activity_stream',
|
||||||
'/workflow_approvals',
|
'/workflow_approvals',
|
||||||
|
'/host_metrics',
|
||||||
'/templates',
|
'/templates',
|
||||||
'/credentials',
|
'/credentials',
|
||||||
'/projects',
|
'/projects',
|
||||||
|
|||||||
Reference in New Issue
Block a user