-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Go to discover tests directory after login (#3357)
Co-authored-by: Ismail Ibrahim Quwarah <[email protected]> Co-authored-by: Petr Šplíchal <[email protected]>
- Loading branch information
1 parent
e12ded3
commit 3afd8ae
Showing
5 changed files
with
46 additions
and
1 deletion.
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
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,15 @@ | ||
#!/usr/bin/expect -f | ||
# Try login to test directory | ||
|
||
set timeout 180 | ||
spawn tmt try fedora@container | ||
|
||
expect "What do we do next?" | ||
send -- "l\r" | ||
expect "#" | ||
send -- "ls\r" | ||
send -- "exit\r" | ||
|
||
expect "What do we do next?" | ||
send -- "q\r" | ||
expect eof |
Empty file.
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