[
https://issues.apache.org/jira/browse/KNOX-3228?focusedWorklogId=995319&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-995319
]
ASF GitHub Bot logged work on KNOX-3228:
----------------------------------------
Author: ASF GitHub Bot
Created on: 09/Dec/25 06:28
Start Date: 09/Dec/25 06:28
Worklog Time Spent: 10m
Work Description: hanicz commented on code in PR #1123:
URL: https://github.com/apache/knox/pull/1123#discussion_r2601273085
##########
.github/workflows/tests/test_knox_cli.py:
##########
@@ -0,0 +1,44 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to you under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+import unittest
+from util.knox import Knox
+
Review Comment:
Added a description to the file however the individual tests have their own
descriptions.
##########
.github/workflows/tests/requirements.txt:
##########
@@ -1,2 +1,3 @@
requests
+docker
Review Comment:
Done
Issue Time Tracking
-------------------
Worklog Id: (was: 995319)
Time Spent: 1h (was: 50m)
> KnoxCLI integration test
> ------------------------
>
> Key: KNOX-3228
> URL: https://issues.apache.org/jira/browse/KNOX-3228
> Project: Apache Knox
> Issue Type: Test
> Components: Tests
> Affects Versions: 3.0.0
> Reporter: Tamás Hanicz
> Assignee: Tamás Hanicz
> Priority: Major
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Adds a new integration test for create-list-aliases KnoxCLI command.
> Adds the necessary steps and libraries to call KnoxCLI commands in
> integration tests.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)