File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 92
92
docker-compose up -d
93
93
cd tests # so we're testing the install, not local
94
94
pytest -vx
95
- docker kill pyoptics_speos -rpc
96
- docker rm pyoptics_speos -rpc
95
+ docker kill optics_speos -rpc
96
+ docker rm optics_speos -rpc
97
97
env :
98
98
LICENSE_SERVER : ${{ format('1055@{0}', secrets.LICENSE_SERVER) }}
99
99
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ And test configuration file `<tests/local_config.json>`_ must be updated to use
120
120
121
121
{
122
122
"SpeosServerOnDocker" : false ,
123
- "SpeosContainerName" : " pyoptics_speos -rpc" ,
123
+ "SpeosContainerName" : " optics_speos -rpc" ,
124
124
"SpeosServerPort" : 50051
125
125
}
126
126
Original file line number Diff line number Diff line change 1
1
version : " 3.4"
2
2
services :
3
- pyoptics_speos -rpc :
3
+ optics_speos -rpc :
4
4
image : ghcr.io/pyansys/pyoptics/speos-rpc:2023.2.0.305
5
- container_name : pyoptics_speos -rpc
5
+ container_name : optics_speos -rpc
6
6
ports :
7
7
- " 50051:50051"
8
8
environment :
9
9
- SPEOS_LOG_LEVEL=2
10
10
- ANSYSLMD_LICENSE_FILE=$LICENSE_SERVER
11
- entrypoint : . /SpeosRPC_Server.x
11
+ entrypoint : /app /SpeosRPC_Server.x
12
12
volumes :
13
13
- type : bind
14
14
source : ./tests/assets
Original file line number Diff line number Diff line change 1
1
{
2
2
"SpeosServerOnDocker" : true ,
3
- "SpeosContainerName" : " pyoptics_speos -rpc" ,
3
+ "SpeosContainerName" : " optics_speos -rpc" ,
4
4
"SpeosServerPort" : 50051
5
5
}
You can’t perform that action at this time.
0 commit comments