Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance testscript environment #688

Merged
merged 7 commits into from
Aug 25, 2021
Merged

Conversation

seokho-son
Copy link
Member

@seokho-son seokho-son commented Aug 24, 2021

  1. Set default image and spec for testing
  2. Apply init.sh into gen-sshKey.sh

Note that, latest images of Azure can not be retrieved by CB-Spider (v0.4.9~). We need to set exact image versions.

  1. Add named parameter options for (-c and -r)
[Usage] ./create-vNetcopy.sh -param value -param value
[Example] ./create-vNetcopy.sh -n myname01 -f ../testSet.env

 -n [postfix of resources to generate and retrieve] (ex: -n myname01, default: dev01)
 -f [file path to describe a cloud test set] (ex: -f ../testSet01.env, default: ../testSet.env)

 -c [specific cloud type] (ex: -c aws, optional)
 -r [index of a specific zone of the cloud type] (ex: -r 3, optional)

 -x [any value passed to a parameter of the command] (ex: -x vmid01, optional)
 -y [any value passed to a parameter of the command] (ex: -y 3, optional)
 -z [any value passed to a parameter of the command] (ex: -z file, optional)

@seokho-son seokho-son requested a review from jihoon-seo as a code owner August 24, 2021 20:32
@seokho-son
Copy link
Member Author

@jihoon-seo 이것저것 하다가;; 여기에 푸시 커밋을 하게 되었습니다.

추가된 사항

  1. Add named parameter options for (-c and -r)
[Usage] ./create-vNetcopy.sh -param value -param value
[Example] ./create-vNetcopy.sh -n myname01 -f ../testSet.env

 -n [postfix of resources to generate and retrieve] (ex: -n myname01, default: dev01)
 -f [file path to describe a cloud test set] (ex: -f ../testSet01.env, default: ../testSet.env)

 -c [specific cloud type] (ex: -c aws, optional)
 -r [index of a specific zone of the cloud type] (ex: -r 3, optional)

 -x [any value passed to a parameter of the command] (ex: -x vmid01, optional)
 -y [any value passed to a parameter of the command] (ex: -y 3, optional)
 -z [any value passed to a parameter of the command] (ex: -z file, optional)

@jihoon-seo jihoon-seo merged commit 420d0e6 into cloud-barista:main Aug 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants