Verify that the API server is connected and running successfully on a Linux machine.
Status : passed
Start Time : 15-12-2024 08:45:11
End Time : 15-12-2024 08:45:13
Duration : 1.50 seconds
Title : Verify that the API server is connected and running successfully on a Linux machine.
Created By : arun-ramanan@netspective.in
Created At : 2024-12-15
Priority : High
This test ensures that the API server can start, establish connections, and respond to API requests when hosted on a Linux machine. It validates basic server functionality and compatibility with the Linux environment.
Pre-Conditions:
- The Linux machine must have the required dependencies installed.
- The API server code and configuration files must be deployed correctly.
- The server's network settings must allow incoming and outgoing connections.
Test Steps:
- Step 1: Start the API server by connecting the tailscale connection.
- Step 2: Open the automation script and send a GET request to the API endpoint.
- Step 3: Review the API response for a valid status code (
200 OK
) and response body.
Expected Result:
- The API server starts without errors and logs indicate successful initialization.
- The API response includes:
- Status code:
200 OK
- Response body: Contains a valid JSON object or expected response content.
- Status code:
Actual Result
Open the automation script and send a GET request to the API endpoint. | passed | 15-12-2024 08:45:13 | 15-12-2024 08:45:13 |
Review the API response for a valid status code (`200 OK`) and response body. | passed | 15-12-2024 08:45:13 | 15-12-2024 08:45:13 |
Start the API server by connecting the tailscale connection. | passed | 15-12-2024 08:45:11 | 15-12-2024 08:45:13 |