make access of yamls safer in run uc
Compare changes
+ 26
− 21
@@ -24,7 +24,7 @@ def load_variables():
@@ -24,7 +24,7 @@ def load_variables():
@@ -132,18 +132,20 @@ def start_workload_generator(wg_yaml, dim_value, uc_id):
@@ -132,18 +132,20 @@ def start_workload_generator(wg_yaml, dim_value, uc_id):
@@ -211,12 +213,12 @@ def start_application(svc_yaml, svc_monitor_yaml, jmx_yaml, deploy_yaml, instanc
@@ -211,12 +213,12 @@ def start_application(svc_yaml, svc_monitor_yaml, jmx_yaml, deploy_yaml, instanc
@@ -403,12 +405,12 @@ def reset_zookeeper():
@@ -403,12 +405,12 @@ def reset_zookeeper():
@@ -429,11 +431,13 @@ def stop_lag_exporter():
@@ -429,11 +431,13 @@ def stop_lag_exporter():
pod_list = coreApi.list_namespaced_pod(namespace=namespace, label_selector='app.kubernetes.io/name=kafka-lag-exporter')
@@ -523,7 +527,8 @@ def main(exp_id, uc_id, dim_value, instances, partitions, cpu_limit, memory_limi
@@ -523,7 +527,8 @@ def main(exp_id, uc_id, dim_value, instances, partitions, cpu_limit, memory_limi