Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CSAN
Csan
Commits
7e097afd
Unverified
Commit
7e097afd
authored
Sep 16, 2020
by
danfengliu
Committed by
GitHub
Sep 16, 2020
Browse files
Remove ca parameter in helm test case (#13069)
Signed-off-by:
danfengliu
<
danfengl@vmware.com
>
parent
2db19740
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tests/resources/Helm-Util.robot
tests/resources/Helm-Util.robot
+2
-2
No files found.
tests/resources/Helm-Util.robot
View file @
7e097afd
...
...
@@ -22,14 +22,14 @@ Helm Repo Add
[
Arguments
]
${harbor_url}
${user}
${pwd}
${project_name}
=library
${helm_repo_name}
=myrepo
${rc}
${output}
=
Run And Return Rc And Output
helm repo remove
${project_name}
Log To Console
${output}
Wait Unitl Command Success
helm repo add
--ca-file /ca/server.crt
--username=
${user}
--password=
${pwd}
${helm_repo_name}
${harbor_url}
/chartrepo/
${project_name}
Wait Unitl Command Success
helm repo add --username=
${user}
--password=
${pwd}
${helm_repo_name}
${harbor_url}
/chartrepo/
${project_name}
Helm Repo Push
[
Arguments
]
${user}
${pwd}
${chart_filename}
${helm_repo_name}
=myrepo
${helm_cmd}
=helm
${current_dir}
=
Run
pwd
Run
cd
${current_dir}
Run
wget
${harbor_chart_file_url}
Wait Unitl Command Success
${helm_cmd}
push
--ca-file=/ca/server.crt
--username=
${user}
--password=
${pwd}
${chart_filename}
${helm_repo_name}
Wait Unitl Command Success
${helm_cmd}
push --username=
${user}
--password=
${pwd}
${chart_filename}
${helm_repo_name}
Helm Chart Push
[
Arguments
]
${ip}
${user}
${pwd}
${chart_file}
${archive}
${project}
${repo_name}
${verion}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment