- Implement tests for the internet connections module, covering routes, IP range creation, and connection validation. - Add tests for the Invoice2DataService to validate extraction from GlobalConnect invoices. - Create tests for subscription network provisioning, ensuring proper handling of network items and IP allocations. - Include validation checks for subtotal mismatches and ensure error handling for missing IP selections.
12 lines
347 B
JSON
12 lines
347 B
JSON
{
|
|
"name": "internet_connections",
|
|
"version": "0.1.0",
|
|
"description": "Modul til administration af internetforbindelser, IP-adresser og priser",
|
|
"author": "BMC Networks",
|
|
"enabled": true,
|
|
"dependencies": [],
|
|
"table_prefix": "internet_connections_",
|
|
"api_prefix": "/api/v1/internet-connections",
|
|
"tags": ["Internetforbindelser"]
|
|
}
|