Skip to content
Snippets Groups Projects

Draft: Resolve "Implement user journey tests"

Open trantzas requested to merge 26-implement-user-journey-tests into develop
1 file
+ 0
60
Compare changes
  • Side-by-side
  • Inline
+ 0
60
{
"routes": [
"resources/resource_catalogs",
"resources/resource_categories",
"resources/resource_categories_update",
"resources/resource_specs",
"resources/resource_spec_update",
"resources/resource_inventory",
"resources/resource_pools",
"resources/resource_pool",
"resources/resource_reservations",
"resources/resource_reservations_calendar",
"resources/resource_reservation_update",
"services/service_catalogs",
"services/service_categories",
"services/service_categories_update",
"services/service_specs",
"services/service_spec_update",
"services/list_nsds",
"services/list_tests",
"services/service_orders",
"services/service_order_checkout",
"services/my_service_orders",
"services/service_orders_calendar",
"services/organizations",
"services/organization_update",
"services/individuals",
"services/individual_update",
"services/service_inventory",
"services/alarms",
"services/action_specs",
"services/action_specs",
"services/action_rules",
"services/action_rule",
"services/service_rule_design",
"testing/service_test_specs",
"testing/service_test_spec",
"testing/service_tests",
"testing/organizations",
"testing/organization_update",
"testing/individuals",
"testing/individual_update",
"products/product_catalogs",
"products/product_catalog_update",
"products/product_categories",
"products/product_category_update",
"products/product_offerings",
"products/product_offering_update",
"products/product_specs",
"products/product_spec_update",
"products/organizations",
"products/organization_update",
"products/individuals",
"products/individual_update",
"/products/individual_update/myuser",
"/testing/individual_update/myuser",
"/services/individual_update/myuser",
"/resources/individual_update/myuser"
]
}
\ No newline at end of file
Loading