scylladb / scylla-cluster-tests

Tests for Scylla Clusters
GNU Affero General Public License v3.0
57 stars 95 forks source link

docker artifacts test: install sshd on it's own or use `docker exec` #3143

Open fruch opened 3 years ago

fruch commented 3 years ago

Since the sshd is going to be removed out of the scylla docker image, we should adapt the test code to manage without it.

with one of two options: 1) use docker exec instead ssh 2) install sshd on our own into the image we are using for the test (which we have anyhow)

@dkropachev @enaydanov I think that in k8s, we are not using ssh either, correct me if i'm wrong.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 2 years with no activity. Remove stale label or comment or this will be closed in 2 days.

fruch commented 1 year ago

weird, I don't remember what we did at the end, I think we install sshd on our own, so it's not really relevant anymore