diff options
| author | Vincenzo Maffione <v.maffione@gmail.com> | 2017-02-07 16:12:57 +0100 |
|---|---|---|
| committer | Vincenzo Maffione <v.maffione@gmail.com> | 2017-02-07 16:12:57 +0100 |
| commit | f0537f022eab056a3f5d6c6fea31274e5d2f06c8 (patch) | |
| tree | 30fe43b4ba73d2f9a095ff5c36bfa2f6173c701d /example.py | |
| parent | bf4eaaa0704ee5f31474f3cbaeb90d0cc8084a53 (diff) | |
| download | rumba-f0537f022eab056a3f5d6c6fea31274e5d2f06c8.tar.gz rumba-f0537f022eab056a3f5d6c6fea31274e5d2f06c8.zip | |
move faketestbed to its own file
Diffstat (limited to 'example.py')
| -rwxr-xr-x[-rw-r--r--] | example.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/example.py b/example.py index 2c24e09..b13f0ce 100644..100755 --- a/example.py +++ b/example.py @@ -3,8 +3,13 @@ # An example script using rhumba.py from rhumba import * + +# import testbed plugins import rhumba_emulab as emulab import rhumba_jfed as jfed +import rhumba_faketestbed as fake + +# import prototype plugins import rhumba_ouroboros as our import rhumba_rlite as rl import rhumba_irati as irati @@ -28,6 +33,7 @@ tb = jfed.jFedTestbed(exp_name = "letest", username = "sander", cert_file = "cert.pem", jfed_jar = "jfed_cli/experimenter-cli.jar") +#tb = fake.FakeTestbed(exp_name = "x", username = "yy") exp = irati.IRATIExperiment(tb, nodes = [a, b]) |
