mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
fix test executability
This commit is contained in:
parent
050c9f2759
commit
7a93fdce23
6 changed files with 27 additions and 25 deletions
|
|
@ -100,10 +100,12 @@ let
|
|||
networking.primaryIPAddress = mkForce "192.168.1.1";
|
||||
};
|
||||
|
||||
testScript = ''
|
||||
startAll;
|
||||
skipLint = true;
|
||||
|
||||
$kube->waitUntilSucceeds("kubectl get node kube.my.xzy | grep -w Ready");
|
||||
testScript = ''
|
||||
start_all()
|
||||
|
||||
kube.wait_until_succeeds("kubectl get node kube.my.xzy | grep -w Ready")
|
||||
|
||||
${testScript}
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue