ericholguin commented on code in PR #7173:
URL: https://github.com/apache/trafficcontrol/pull/7173#discussion_r1014366401
##########
traffic_ops/testing/api/README.md:
##########
@@ -17,86 +17,101 @@
under the License.
-->
-# Traffic Ops API Tests
+# Traffic Ops Client / API Integration Tests
-The Traffic Ops Client API tests are used to validate the clients responses
against those from the Traffic Ops API.
+The Traffic Ops Client API tests are used to validate the clients responses
against those from the Traffic Ops API.
-The v1 tests are for regression purposes, and the v2 tests were forked from
them when Traffic Ops API v2 was merged. All further feature development will
only occur in v2.
+## Setup
-In order to run the tests you will need the following:
+In order to run the tests you will need a running instance of Traffic Ops and
Traffic Ops DB:
-1. Port access to both the Postgres port (usually 5432) that your Traffic Ops
instance is using as well as the Traffic Ops configured port (usually 443 or
60443).
+1. **Traffic Ops Database** configured port access
+ - _Usually 5432 - should match the value set in database.conf and the
**trafficOpsDB port** in traffic-ops-test.conf_
+2. **Traffic Ops** configured port access
+ - _Usually 443 or 60443 - should match the value set in cdn.conf and the
**URL** in traffic-ops-test.conf_
+3. Running Postgres instance with a `to_test` database that has empty tables.
Review Comment:
https://github.com/apache/trafficcontrol/pull/7108
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]