From Fedora Project Wiki
(Created page with "{{QA/Test_Case |description= Create a VLAN interface with Cockpit |setup= Open Cockpit in your browser as described here. |actio...") |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
Create a VLAN interface with Cockpit | Create a VLAN interface with Cockpit | ||
|setup= | |setup= | ||
Log into Cockpit. | |||
|actions= | |actions= | ||
# Navigate to the "Networking" page for your machine. | # Navigate to the "Networking" page for your machine. | ||
# Create a VLAN interface for one of your existing network interfaces. Use any ID you like, the VLAN doesn't need to really work to continue with this test case. | # Create a VLAN interface for one of your existing network interfaces. Use any ID you like, the VLAN doesn't need to really work to continue with this test case. | ||
# | # Switch the new VLAN interface on. | ||
# Change the IPv4 configuration of the VLAN interface to have a | # Observe how it tries to obtain an IP address and either fails or succeeds (depending on whether the VLAN actually exists or not). | ||
# Change the IPv4 configuration of the VLAN interface to have a manually assigned IP address of your choice. | |||
# Delete the VLAN interface | |||
|results= | |results= | ||
No errors should occur. | No errors should occur. | ||
}} | }} |
Latest revision as of 09:54, 23 March 2015
Description
Create a VLAN interface with Cockpit
Setup
Log into Cockpit.
How to test
- Navigate to the "Networking" page for your machine.
- Create a VLAN interface for one of your existing network interfaces. Use any ID you like, the VLAN doesn't need to really work to continue with this test case.
- Switch the new VLAN interface on.
- Observe how it tries to obtain an IP address and either fails or succeeds (depending on whether the VLAN actually exists or not).
- Change the IPv4 configuration of the VLAN interface to have a manually assigned IP address of your choice.
- Delete the VLAN interface
Expected Results
No errors should occur.