Skip to content

Commit

Permalink
Change NCP Classic Default VMImage and VMSpec for Test
Browse files Browse the repository at this point in the history
  • Loading branch information
innodreamer committed Jul 18, 2024
1 parent 6d531ef commit 72add2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions api-runtime/rest-runtime/admin-web/AdminWeb-VM.go
Original file line number Diff line number Diff line change
Expand Up @@ -590,8 +590,8 @@ func VM(c echo.Context) error {
imageName = "16681742-f408-444d-a430-dd21a4bef42c"
specName = "ETRI-small-2"
case "NCP":
imageName = "SPSW0LINUX000052"
specName = "SPSVRHICPUSSD002"
imageName = "SPSW0LINUX000139"
specName = "SPSVRSTAND000005"
case "NCPVPC":
imageName = "SW.VSVR.OS.LNX64.UBNTU.SVR2004.B050"
specName = "SVR.VSVR.HICPU.C004.M008.NET.SSD.B050.G002"
Expand Down
4 changes: 2 additions & 2 deletions test/vm-cb-user-validation-cli/common/ncp/setup.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CONN_CONFIG=ncp-korea1-config
IMAGE_NAME=SPSW0LINUX000130
SPEC_NAME=SPSVRHICPUSSD002
IMAGE_NAME=SPSW0LINUX000139
SPEC_NAME=SPSVRSTAND000005

SG_NAME=spider-sg01

0 comments on commit 72add2b

Please sign in to comment.