File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Yubico.YubiKey/tests/integration/Yubico/YubiKey/Piv Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -51,11 +51,12 @@ public void Attest_Imported_ThrowsException(
51
51
Session . CreateAttestationStatement ( PivSlot . Retired1 ) ) ;
52
52
}
53
53
54
- [ SkippableTheory ( typeof ( DeviceNotFoundException ) ) ]
54
+ [ SkippableTheory ( typeof ( DeviceNotFoundException ) , typeof ( NotSupportedException ) ) ]
55
+ [ InlineData ( KeyType . RSA1024 , StandardTestDevice . Fw5 ) ]
55
56
[ InlineData ( KeyType . RSA2048 , StandardTestDevice . Fw5 ) ]
56
57
[ InlineData ( KeyType . RSA3072 , StandardTestDevice . Fw5 ) ]
57
58
[ InlineData ( KeyType . RSA4096 , StandardTestDevice . Fw5 ) ]
58
- [ InlineData ( KeyType . ECP256 , StandardTestDevice . Fw5Fips ) ]
59
+ [ InlineData ( KeyType . ECP256 , StandardTestDevice . Fw5 ) ]
59
60
[ InlineData ( KeyType . Ed25519 , StandardTestDevice . Fw5 ) ]
60
61
public void AttestGenerated (
61
62
KeyType keyType ,
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ public void ChangeRetry_SetsToDefault(StandardTestDevice testDeviceType)
59
59
60
60
using ( var pivSession = new PivSession ( testDevice ) )
61
61
{
62
+ pivSession . ResetApplication ( ) ;
62
63
try
63
64
{
64
65
var collectorObj = new Simple39KeyCollector ( ) ;
You can’t perform that action at this time.
0 commit comments