You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 28, 2022. It is now read-only.
* Azure Driver 1.0 버전의 테스트 프로그램(Test_VM, Test_Resources, Test_Create) 반영에 대한 PR 요청.
* 기존 Test.go 에 개발된 기능을 각 테스트 프로그램 속성에 맞게 분리.
* Test_Create 테스트 프로그램에서 순차적으로 실행되는 리소스 생성 순서.
1. Virtual Network 생성
2. Security Group 생성
3. Public IP 생성
4. Virtual Network Interface 생성
5. VM 생성
* public SSH Key: poc-cb-spider/key/mcb-test-key.pub 파일 명으로 테스트 키를 생성
(시험 사용자 퍼블릭 키로 변경 후 테스트 필요)
* VM 생성 시 베이스 이미지: Azure 제공 Ubuntu 16.04 LTS 퍼블릭 이미지
(config.yaml에 해당 이미지 정보 사전 정의)