File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 16
16
# under the License.
17
17
#
18
18
import nuvolaris.config as cfg
19
- import nuvolaris.runtimes_preloader as preloader
20
19
import nuvolaris.util as util
21
20
import nuvolaris.runtimes_util as rutil
22
21
import nuvolaris.testutil as tu
@@ -37,10 +36,6 @@ cleanup()
37
36
38
37
# Test with Apache runtimes
39
38
assert(cfg.configure(tu.load_sample_config()))
40
- assert(preloader.create())
41
-
42
- # Wait for the job to complete
43
- while not kube.wait("job.batch/preload-runtimes", "condition=complete"): pass
44
39
45
40
runtimes_as_json = util.get_runtimes_json_from_config_map()
46
41
data=rutil.parse_runtimes(json.loads(runtimes_as_json))
@@ -57,5 +52,5 @@ count_non_apache = len(data['containers']) - count_apache
57
52
assert(count_apache > 0), "Expected at least one Apache runtime in the preloader data"
58
53
assert(count_non_apache == 0), "Expected no non-Apache runtimes in the preloader data"
59
54
60
- assert(preloader.delete())
55
+
61
56
cleanup()
You can’t perform that action at this time.
0 commit comments