Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sgxwallet
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董子豪
sgxwallet
Commits
f96c1e71
Unverified
Commit
f96c1e71
authored
Aug 21, 2020
by
kladko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SKALE-3151-cannot-decrypt-storage
parent
07cf026c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
2 deletions
+21
-2
testw.cpp
testw.cpp
+18
-0
testw.py
testw.py
+3
-2
No files found.
testw.cpp
View file @
f96c1e71
...
@@ -82,6 +82,18 @@ public:
...
@@ -82,6 +82,18 @@ public:
}
}
};
};
class
TestFixtureNoReset
{
public
:
TestFixtureNoReset
()
{
setOptions
(
L_INFO
,
false
,
true
);
initAll
(
L_INFO
,
false
,
true
);
}
~
TestFixtureNoReset
()
{
TestUtils
::
destroyEnclave
();
}
};
class
TestFixtureHTTPS
{
class
TestFixtureHTTPS
{
public
:
public
:
TestFixtureHTTPS
()
{
TestFixtureHTTPS
()
{
...
@@ -691,4 +703,10 @@ TEST_CASE_METHOD(TestFixture, "Many threads ecdsa dkg bls", "[many-threads-crypt
...
@@ -691,4 +703,10 @@ TEST_CASE_METHOD(TestFixture, "Many threads ecdsa dkg bls", "[many-threads-crypt
}
}
}
}
TEST_CASE_METHOD
(
TestFixture
,
"First run"
,
"[first-run]"
)
{
}
TEST_CASE_METHOD
(
TestFixtureNoReset
,
"Second run"
,
"[second-run]"
)
{
}
testw.py
View file @
f96c1e71
...
@@ -28,8 +28,9 @@ username = getpass.getuser()
...
@@ -28,8 +28,9 @@ username = getpass.getuser()
topDir
=
os
.
getcwd
()
+
"/sgxwallet"
topDir
=
os
.
getcwd
()
+
"/sgxwallet"
print
(
"Top directory is:"
+
topDir
)
print
(
"Top directory is:"
+
topDir
)
testList
=
[
"[first-run]"
,
testList
=
[
"[cert-sign]"
,
"[second-run]"
,
"[cert-sign]"
,
"[get-server-status]"
,
"[get-server-status]"
,
"[get-server-version]"
,
"[get-server-version]"
,
"[backup-key]"
,
"[backup-key]"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment