Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gu <[email protected]>
  • Loading branch information
tylergu committed Nov 12, 2023
1 parent 80417dc commit 28cc2a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions performance_measurement/measure_runner.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import json
import logging
import os
import sys
import time
from dataclasses import dataclass
from typing import Callable
Expand All @@ -11,6 +13,9 @@
check_persistent_volume_claim_retention_policy,
check_resources, check_tolerations)

sys.path.insert(0, os.path.abspath(
os.path.join(os.path.dirname(__file__), '..')))

from acto.common import kubernetes_client
from acto.kubectl_client.kubectl import KubectlClient
from acto.runner import Runner
Expand Down

0 comments on commit 28cc2a7

Please sign in to comment.