Skip to content

Commit 4814558

Browse files
committed
updates SSM agent model
1 parent 2e8fd51 commit 4814558

File tree

14 files changed

+7
-1354
lines changed

14 files changed

+7
-1354
lines changed

ssm-agent/model/generate-spec-config.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22

3-
input_file /Users/arquintlinard/ETH/PhD/gh-artifact/arquintl-diodon-artifact/model/protocol-model.spthy
3+
input_file /Users/arquintlinard/ETH/PhD/diodon/viperproject-diodon-artifact/ssm-agent/model/protocol-model.spthy
44

5-
base_dir /Users/arquintlinard/ETH/PhD/gh-artifact/arquintl-diodon-artifact/model/generated_iospecs
5+
base_dir /Users/arquintlinard/ETH/PhD/diodon/viperproject-diodon-artifact/ssm-agent/model/generated_iospecs
66
module github.com/aws/amazon-ssm-agent/agent/iospecs
77
make_go_mod False
88
gobra_jar /Users/arquintlinard/ETH/PhD/gobra/target/scala-2.13/gobra.jar

ssm-agent/model/generate-spec.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
22

33
cwd=$(pwd)
4-
cd /Users/arquintlinard/ETH/PhD/tamigloo-compiler/tamarin-prover || exit
5-
stack exec -- tamarin-prover --tamigloo-compiler "$cwd"/secure-sessions-gobra-config.txt
4+
cd /Users/arquintlinard/ETH/PhD/protocol-verification-refinement/specification-generator/src || exit
5+
echo $PWD
6+
stack build
7+
stack exec -- tamarin-prover --tamigloo-compiler "$cwd"/generate-spec-config.txt
68
cd "$cwd" || exit

ssm-agent/model/generated_iospecs/bytes/bytes.gobra

Lines changed: 0 additions & 221 deletions
This file was deleted.

0 commit comments

Comments
 (0)