Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Tang <[email protected]>
  • Loading branch information
JeffreyDallas committed Jan 10, 2025
1 parent f237d32 commit c665fe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/commands/node_upgrade.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import {Zippy} from '../../../src/core/zippy.js';

const namespace = 'node-upgrade';
const argv = getDefaultArgv();
argv[flags.nodeAliasesUnparsed.name] = 'node1';
argv[flags.nodeAliasesUnparsed.name] = 'node1,node2';
argv[flags.generateGossipKeys.name] = true;
argv[flags.generateTlsKeys.name] = true;
argv[flags.persistentVolumeClaims.name] = true;
Expand Down Expand Up @@ -83,7 +83,7 @@ e2eTestSuite(namespace, argv, undefined, undefined, undefined, undefined, undefi
]);
}).timeout(Duration.ofMinutes(5).toMillis());

it('should restart all nodes on the network successfully', async () => {
it('network nodes version file was upgraded', async () => {
// copy the version.txt file from the pod data/upgrade/current directory
const tmpDir = getTmpDir();
const pods = await k8.getPodsByLabel(['solo.hedera.com/type=network-node']);
Expand Down

0 comments on commit c665fe0

Please sign in to comment.