mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-15 02:05:45 -04:00
implemented suggestions
This commit is contained in:
parent
ea94ebd236
commit
19181af13d
5 changed files with 40 additions and 9 deletions
|
@ -51,9 +51,6 @@ func TestClient(t *testing.T) {
|
|||
{Role: role.ControlPlane, Name: "node-5", VPCIP: "192.0.2.3"},
|
||||
}
|
||||
caDerivationKey := make([]byte, 256)
|
||||
for i := range caDerivationKey {
|
||||
caDerivationKey[i] = 0x0
|
||||
}
|
||||
respCaKey := &joinproto.IssueJoinTicketResponse{EmergencyCaKey: caDerivationKey}
|
||||
|
||||
testCases := map[string]struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue