Skip to content

Commit f44c318

Browse files
committed
Use common fork
1 parent 92fcb6c commit f44c318

File tree

2 files changed

+5
-107
lines changed

2 files changed

+5
-107
lines changed

tests/e2e/local_interactive_sdk_kind_test.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from codeflare_sdk import Cluster, ClusterConfiguration, TokenAuthentication
1+
from codeflare_sdk import Cluster, ClusterConfiguration, TokenAuthentication, generate_cert
22

33
import pytest
44
import ray
@@ -47,6 +47,10 @@ def run_local_interactives(self):
4747
cluster.up()
4848
cluster.wait_ready()
4949

50+
generate_cert.generate_tls_cert(cluster_name, self.namespace)
51+
generate_cert.export_env(cluster_name, self.namespace)
52+
53+
print(cluster.local_client_url())
5054
ray.shutdown()
5155
ray.init(address=cluster.local_client_url(), logging_level="DEBUG")
5256

tests/e2e/mnist_raycluster_sdk_kind_test.py

Lines changed: 0 additions & 106 deletions
This file was deleted.

0 commit comments

Comments
 (0)