category configuration Returns: JSON/Dict category configuration
()
| 3 | |
| 4 | |
| 5 | def category_configuration(): |
| 6 | """ |
| 7 | category configuration |
| 8 | |
| 9 | Returns: |
| 10 | JSON/Dict category configuration |
| 11 | """ |
| 12 | return { |
| 13 | "virtual_machine_name": "ohp_httpserver", |
| 14 | "virtual_machine_port_number": 80, |
| 15 | "virtual_machine_internet_access": True, |
| 16 | "real_machine_port_number": 80 |
| 17 | } |
nothing calls this directly
no outgoing calls
no test coverage detected