-
Notifications
You must be signed in to change notification settings - Fork 48
CLI Test
ByoungSeob Kim edited this page Mar 29, 2022
·
2 revisions
- CLI는 Go API 기반으로 구현
- Go API 시험은 CLI 시험으로 대체 가능
- 연결설정 등록 스크립트 예시 경로로 이동
cd $CBSPIDER_ROOT/api-runtime/rest-runtime/test/connect-config
- 다음 스크립트 7line의 aws credential 정보 설정 후 실행
vi ./1.aws-conn-config.sh
-
다음 위치로 이동 후 스크립트 순서대로 실행
cd $CBSPIDER_ROOT/interface/cli-examples
-
[자원생성] VPC/SG/Key 생성 및 확인 =>VM생성=>VM목록확인 => VM정보확인
./1.prepare-resources.sh aws
./2.get-resources.sh aws
./3.vm-start.sh aws
./4.vm-list.sh aws
./5.vm-listall.sh aws
./6.vm-get.sh aws
- [자원반납] VM종료 => VM정보확인(없어야 함) => Key/SG/VPC 삭제 및 확인(없어야 함)
./7.vm-terminate.sh aws
./6.vm-get.sh aws
./8.clear-resources.sh aws
./2.get-resources.sh aws
-
Install & Start Guide
-
Features & Usage
-
- AdminWeb Tool Guide
- CLI Tool Guide
- REST API Guide
-
Design
-
Developer Guide
-
Cloud Driver Developer Guide
- Cloud Driver Developer Guide-WIP
- VM SSH Key Development Guide-WIP
- VM User Development Guide
- What is the CSP SDK API Version of drivers
- Region Zone Info and Driver API
- Price Info and Driver API
- (StartVM TerminateVM) API Call Counts and Waiting
- StartVM and TerminateVM Main Flow of drivers
- VM Root Disk Configuration Guide
- Security Group Rules and Driver API
- Network Load Balancer and Driver API
- VM Snapshot, MyImage and Disk Overview
- Kubernetes and Driver API(PMKS, K8S)
- Tag and Cloud Driver API
- AnyCall API Extension Guide
-
Test Reports
- v0.2.8-for-espresso-release
- v0.3.0-espresso-release
- Azure:Terminating VM
- cb-user@VM: ssh login, sudo run
- v0.3.14 test for SG Source
- v0.4.0-cafemocha-release
- Test via REST API Gateway
- Test Reports of v0.4.11 (IID2 initial Version)
- Test Reports of v0.4.12 (Register & Unregister existing Resources)
- Test Reports for v0.6.0 Release
- How to ...
- How to provision GPU VMs
- How to Resolve the 'Failed to Connect to Database' Error
- How to test CB Spider with Mock Driver
- How to install CB Spider on WSL2 under 공유기/사설망
- How to install CB Spider on macOS
- How to run CB Spider Container on macOS
- How to install OpenStack on a VM for CB Spider Testing
- How to get Azure available Regions
- How to profile memory usage in Golang
- Deprecated:How to install protoc and plugins
- [For Cloud-Migrator]