Skip to content

Commit

Permalink
Merge pull request #34 from f5devcentral/v1.10.0
Browse files Browse the repository at this point in the history
tests tweaks
  • Loading branch information
DumpySquare authored Apr 30, 2024
2 parents 3ecb442 + 47f933a commit e7f7a34
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Binary file modified f5_flipper_test.tgz
Binary file not shown.
6 changes: 3 additions & 3 deletions tests/011_tgz_unpacker.unit.tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ describe('tgz unpacker tests', function () {
})
.catch(y => {
err = y;
log = adc.logs()
// log = adc.logs()
debugger;
})

Expand All @@ -80,7 +80,7 @@ describe('tgz unpacker tests', function () {
})
.catch(thisErr => {
err = thisErr;
log = adc.logs();
// log = adc.logs();
debugger;
});

Expand All @@ -95,7 +95,7 @@ describe('tgz unpacker tests', function () {
assert.ok(exp.dateTime)
assert.ok(exp.id)
assert.ok(exp.inputFileType)
assert.ok(exp.logs)
// assert.ok(exp.logs)
assert.ok(exp.stats)

})
Expand Down
6 changes: 3 additions & 3 deletions tests/013_confParser.unit.tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe('NS Conf parser functional tests', function () {
})
.catch(y => {
err = y;
log = adc.logs()
// log = adc.logs()
debugger;
})

Expand All @@ -77,7 +77,7 @@ describe('NS Conf parser functional tests', function () {
})
.catch(thisErr => {
err = thisErr;
log = adc.logs();
// log = adc.logs();
debugger;
});

Expand All @@ -92,7 +92,7 @@ describe('NS Conf parser functional tests', function () {
assert.ok(exp.dateTime)
assert.ok(exp.id)
assert.ok(exp.inputFileType)
assert.ok(exp.logs)
// assert.ok(exp.logs)
assert.ok(exp.stats)

})
Expand Down
2 changes: 1 addition & 1 deletion tests/024_service.unit.tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe('service abstraction tests', function () {
})
.catch(y => {
err = y;
log = adc.logs()
// log = adc.logs()
debugger;
})

Expand Down
2 changes: 1 addition & 1 deletion tests/025_serviceGroups.unit.tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe('serviceGroup abstraction tests', function () {
})
.catch(y => {
err = y;
log = adc.logs()
// log = adc.logs()
debugger;
})

Expand Down
2 changes: 1 addition & 1 deletion tests/031_sslCerts.unit.tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe('ssl certificate tests', function () {
})
.catch(y => {
err = y;
log = adc.logs()
// log = adc.logs()
debugger;
})

Expand Down
Binary file modified tests/artifacts/f5_flipper_test.tgz
Binary file not shown.

0 comments on commit e7f7a34

Please sign in to comment.