diff --git a/examples/testplans/release.json b/examples/testplans/release.json index 6f3694400fee8259cce83dde28dd959ab1a9da33..87ebdaff35c24394f2c7cd687772bc8043e1df3f 100644 --- a/examples/testplans/release.json +++ b/examples/testplans/release.json @@ -30,9 +30,6 @@ {"name": "Avocado Remote Machine HTML report", "description": "On a web browser, open the previously generated HTML report at `/tmp/report.html`. Verify that all the links such as `job-YYYY-MM-DD...` (under `Results Dir`), `1-/**/avocado/tests/**/examples/tests/passtest.py:PassTest.test` (under `Test ID`) and `debug.log` point to valid locations."}, - {"name": "Avocado Server Functional Test", - "description": "On the same machine used during 'Avocado Server Run', on another console, run `$ curl http://localhost:9405`. Expected result: json response"}, - {"name": "Avocado VT", "description": "Configure avocado vt as described in http://avocado-vt.readthedocs.org/en/latest/GetStartedGuide.html including the `avocado list` and running the migration test. Expected result: No errors."},