Skip to content

Commit

Permalink
Update Stirlign PDf namings
Browse files Browse the repository at this point in the history
  • Loading branch information
compgeniuses committed Mar 2, 2024
1 parent 6ef0bd6 commit 8267f63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions tests/kickstart.robot → tests/stirlingpdf.robot
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@
Library SSHLibrary

*** Test Cases ***
Check if kickstart is installed correctly
Check if stirlingpdf is installed correctly
${output} ${rc} = Execute Command add-module ${IMAGE_URL} 1
... return_rc=True
Should Be Equal As Integers ${rc} 0
&{output} = Evaluate ${output}
Set Suite Variable ${module_id} ${output.module_id}

Check if kickstart can be configured
Check if stirlingpdf can be configured
${rc} = Execute Command api-cli run module/${module_id}/configure-module --data '{}'
... return_rc=True return_stdout=False
Should Be Equal As Integers ${rc} 0

Check if kickstart works as expected
${rc} = Execute Command curl -f http://127.0.0.1/kickstart/
Check if stirlingpdf works as expected
${rc} = Execute Command curl -f http://127.0.0.1/stirlingpdf/
... return_rc=True return_stdout=False
Should Be Equal As Integers ${rc} 0

Check if kickstart is removed correctly
Check if stirlingpdf is removed correctly
${rc} = Execute Command remove-module --no-preserve ${module_id}
... return_rc=True return_stdout=False
Should Be Equal As Integers ${rc} 0
2 changes: 1 addition & 1 deletion ui/public/i18n/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"disabled": "Disabled",
"advanced": "Advanced",
"configuring": "Configuring",
"instance_configuration": "Configure kickstart",
"instance_configuration": "Configure Stirling-PDF",
"domain_already_used_in_traefik": "Domain already used in traefik"
},
"about": {
Expand Down

0 comments on commit 8267f63

Please sign in to comment.