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 1616# under the License.
1717#
1818import nuvolaris.config as cfg
19- import nuvolaris.runtimes_preloader as preloader
2019import nuvolaris.util as util
2120import nuvolaris.runtimes_util as rutil
2221import nuvolaris.testutil as tu
@@ -37,10 +36,6 @@ cleanup()
3736
3837# Test with Apache runtimes
3938assert(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
4439
4540runtimes_as_json = util.get_runtimes_json_from_config_map()
4641data=rutil.parse_runtimes(json.loads(runtimes_as_json))
@@ -57,5 +52,5 @@ count_non_apache = len(data['containers']) - count_apache
5752assert(count_apache > 0), "Expected at least one Apache runtime in the preloader data"
5853assert(count_non_apache == 0), "Expected no non-Apache runtimes in the preloader data"
5954
60- assert(preloader.delete())
55+
6156cleanup()
You can’t perform that action at this time.
0 commit comments