Created attachment 642903[details]
(1 of 2) - You can see in the log that in network rhevm the tag required is false
Description of problem:
When starting from a clean environment, rhevm network should be required network by default and trying to edit it should fail.
In current time, rhevm network can be changed to non-required.
Steps to Reproduce:
(The test ran automatically)
1. Verifying that rhevm is required as default.
2. Edit rhevm network to non-required.
3. Verifying that rhevm is still required.
Actual results:
1. rhevm is required - PASS
2. rhevm is changed to non-required - PASS (SHOULD FAIL)
3. rhevm is non-required - FAIL (SHOULD PASS)
Additional info:
Attached are pictures of the log of Jenkins
Verified on rhevm-3.2.0-8.el6ev.noarch
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<fault>
<reason>Operation Failed</reason>
<detail>[Cannot edit Network. The management network 'rhevm' must be required, please change the network to be required and try again.]</detail>
</fault>
Created attachment 642903 [details] (1 of 2) - You can see in the log that in network rhevm the tag required is false Description of problem: When starting from a clean environment, rhevm network should be required network by default and trying to edit it should fail. In current time, rhevm network can be changed to non-required. Steps to Reproduce: (The test ran automatically) 1. Verifying that rhevm is required as default. 2. Edit rhevm network to non-required. 3. Verifying that rhevm is still required. Actual results: 1. rhevm is required - PASS 2. rhevm is changed to non-required - PASS (SHOULD FAIL) 3. rhevm is non-required - FAIL (SHOULD PASS) Additional info: Attached are pictures of the log of Jenkins