-
Notifications
You must be signed in to change notification settings - Fork 298
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
95 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: Release DHCP | ||
testcases: | ||
- name: release_dhcp | ||
steps: | ||
- type: exec | ||
script: "sudo dhclient -v -r ens7" | ||
timeout: 10 | ||
assertions: | ||
- result.systemout ShouldContainSubstring "DHCPRELEASE" | ||
- result.systemout ShouldContainSubstring "ens7" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: Run DHCP | ||
testcases: | ||
- name: run_dhcp | ||
steps: | ||
- type: exec | ||
script: "sudo dhclient -v ens7" | ||
timeout: 10 | ||
assertions: | ||
- result.systemout ShouldContainSubstring "DHCPACK" | ||
- result.systemout ShouldContainSubstring "ens7" |
9 changes: 9 additions & 0 deletions
9
t/venom/test_suites/nodes/dot1x_eap_teap/run_wpasupplicant.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
name: Run wpasupplicant for EAP/TEAP | ||
testcases: | ||
- name: run_wpasupplicant_eap_teap | ||
steps: | ||
- type: exec | ||
script: "sudo wpa_supplicant -c /etc/wpa_supplicant/eap_teap/eap_teap_mschapv2.conf -D wired -i ens7 -B" | ||
timeout: 10 | ||
assertions: | ||
- result.systemout ShouldContainSubstring "Successfully initialized wpa_supplicant" |
9 changes: 9 additions & 0 deletions
9
t/venom/test_suites/nodes/wireless_dot1x_eap_teap/run_wpasupplicant.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
name: Run wpasupplicant for Wireless Secure | ||
testcases: | ||
- name: run_wpasupplicant_wireless_secure_teap | ||
steps: | ||
- type: exec | ||
script: "sudo wpa_supplicant -Dnl80211 -iwlan1 -c /etc/wpa_supplicant/wireless_secure/wireless_secure_teap.conf -B" | ||
timeout: 10 | ||
assertions: | ||
- result.systemout ShouldContainSubstring "Successfully initialized wpa_supplicant" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.