Merge pull request #556 from TomChv/tests-fix-random
Always generate random
This commit is contained in:
commit
856aaeab73
@ -11,6 +11,7 @@ random: {
|
|||||||
#up: [
|
#up: [
|
||||||
op.#Load & {from: alpine.#Image},
|
op.#Load & {from: alpine.#Image},
|
||||||
op.#Exec & {
|
op.#Exec & {
|
||||||
|
always: true
|
||||||
args: ["sh", "-c", "cat /dev/urandom | tr -dc 'a-z' | fold -w 10 | head -n 1 | tr -d '\n' > /rand"]
|
args: ["sh", "-c", "cat /dev/urandom | tr -dc 'a-z' | fold -w 10 | head -n 1 | tr -d '\n' > /rand"]
|
||||||
},
|
},
|
||||||
op.#Export & {
|
op.#Export & {
|
||||||
|
@ -11,6 +11,7 @@ random: {
|
|||||||
#up: [
|
#up: [
|
||||||
op.#Load & {from: alpine.#Image},
|
op.#Load & {from: alpine.#Image},
|
||||||
op.#Exec & {
|
op.#Exec & {
|
||||||
|
always: true
|
||||||
args: ["sh", "-c", "cat /dev/urandom | tr -dc 'a-z' | fold -w 10 | head -n 1 | tr -d '\n' > /rand"]
|
args: ["sh", "-c", "cat /dev/urandom | tr -dc 'a-z' | fold -w 10 | head -n 1 | tr -d '\n' > /rand"]
|
||||||
},
|
},
|
||||||
op.#Export & {
|
op.#Export & {
|
||||||
|
@ -11,6 +11,7 @@ random: {
|
|||||||
#up: [
|
#up: [
|
||||||
op.#Load & {from: alpine.#Image},
|
op.#Load & {from: alpine.#Image},
|
||||||
op.#Exec & {
|
op.#Exec & {
|
||||||
|
always: true
|
||||||
args: ["sh", "-c", "cat /dev/urandom | tr -dc 'a-z' | fold -w 10 | head -n 1 | tr -d '\n' > /rand"]
|
args: ["sh", "-c", "cat /dev/urandom | tr -dc 'a-z' | fold -w 10 | head -n 1 | tr -d '\n' > /rand"]
|
||||||
},
|
},
|
||||||
op.#Export & {
|
op.#Export & {
|
||||||
|
@ -11,6 +11,7 @@ random: {
|
|||||||
#up: [
|
#up: [
|
||||||
op.#Load & {from: alpine.#Image},
|
op.#Load & {from: alpine.#Image},
|
||||||
op.#Exec & {
|
op.#Exec & {
|
||||||
|
always: true
|
||||||
args: ["sh", "-c", "cat /dev/urandom | tr -dc 'a-z' | fold -w 10 | head -n 1 | tr -d '\n' > /rand"]
|
args: ["sh", "-c", "cat /dev/urandom | tr -dc 'a-z' | fold -w 10 | head -n 1 | tr -d '\n' > /rand"]
|
||||||
},
|
},
|
||||||
op.#Export & {
|
op.#Export & {
|
||||||
|
@ -11,6 +11,7 @@ random: {
|
|||||||
#up: [
|
#up: [
|
||||||
op.#Load & {from: alpine.#Image},
|
op.#Load & {from: alpine.#Image},
|
||||||
op.#Exec & {
|
op.#Exec & {
|
||||||
|
always: true
|
||||||
args: ["sh", "-c", "cat /dev/urandom | tr -dc 'a-z' | fold -w 10 | head -n 1 | tr -d '\n' > /rand"]
|
args: ["sh", "-c", "cat /dev/urandom | tr -dc 'a-z' | fold -w 10 | head -n 1 | tr -d '\n' > /rand"]
|
||||||
},
|
},
|
||||||
op.#Export & {
|
op.#Export & {
|
||||||
|
@ -11,6 +11,7 @@ random: {
|
|||||||
#up: [
|
#up: [
|
||||||
op.#Load & {from: alpine.#Image},
|
op.#Load & {from: alpine.#Image},
|
||||||
op.#Exec & {
|
op.#Exec & {
|
||||||
|
always: true
|
||||||
args: ["sh", "-c", "cat /dev/urandom | tr -dc 'a-z' | fold -w 10 | head -n 1 | tr -d '\n' > /rand"]
|
args: ["sh", "-c", "cat /dev/urandom | tr -dc 'a-z' | fold -w 10 | head -n 1 | tr -d '\n' > /rand"]
|
||||||
},
|
},
|
||||||
op.#Export & {
|
op.#Export & {
|
||||||
|
Reference in New Issue
Block a user