]
ehsavoie Hugonnet reassigned WFCORE-1123:
-----------------------------------------
Assignee: ehsavoie Hugonnet
Recreate HttpPostMgmtOpsTestCase.testAddRemove
----------------------------------------------
Key: WFCORE-1123
URL:
https://issues.jboss.org/browse/WFCORE-1123
Project: WildFly Core
Issue Type: Task
Components: Domain Management, Test Suite
Reporter: Brian Stansberry
Assignee: ehsavoie Hugonnet
Priority: Minor
HttpPostMgmtOpsTestCase.testAddRemove was ignored when the test was moved from full to
core because the test impl used undertow subsystem resources.
We should resurrect this test, using resources in core.
The goal of the test is to execute add and remove ops via POST, not to test add/remove of
a particular resource. So the task is not to move the test to full and test undertow
subsystem, it's to make POST calls against core that add/remove.