Skip to content

Commit

Permalink
Reorganize test script
Browse files Browse the repository at this point in the history
1. Create common function for frequency used check
2. Move arguments to global variable
3. Add dependency
  • Loading branch information
TachunLin committed Feb 2, 2023
1 parent 8bc7104 commit 53ec201
Show file tree
Hide file tree
Showing 2 changed files with 169 additions and 393 deletions.
5 changes: 2 additions & 3 deletions config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Harvester API endpoint
#endpoint: 'https://localhost:30443'
endpoint: 'https://192.168.0.131'
endpoint: 'https://localhost:30443'

#Harvester username
username: 'admin'

#Harvester password
password: 'passwdpasswd'
password: 'password1234'

#Do not cleanup the test artifacts
do-not-cleanup: False
Expand Down
Loading

0 comments on commit 53ec201

Please sign in to comment.